Html Css Color HEX #D5415B Mandy

📋 copy color: '#D5415B'

red 213 ◦ green 65 ◦ blue 91

#D5415B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #D5415B

Tints of Mandy #D5415B

RGB

 RED value IS 213 (83.59% from 255) = 57.72%

 GREEN value IS 65 (25.78% from 255) = 17.62%

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 57.72%
G = 17.62%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5415B (or 0xD5415B) is known color: Mandy. HEX triplet: D5, 41 and 5B. RGB value is (213,65,91). Sum of RGB (Red+Green+Blue) = 213+65+91=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5415B is #2ABEA4. Grayscale: #707070. Windows color (decimal): -2801317 or 5980629. OLE color: 5980629.

HSL color Cylindrical-coordinate representation of color #D5415B: hue angle of 349.46º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5415B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 91 -
CMYK 0 0.69 0.57 0.16
HSL 349.46º 0.64% 0.55% -
HSV(B) 349.46º 0.69% 0.84% -
XYZ 31.22 18.68 11.86 -
YUV 112.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 213 65 91 0 0.69 0.57 0.16 349.46 0.64 0.55
Hex D5 41 5B 0 45 39 10 15D 40 37
Octal 325 101 133 0 105 71 20 535 100 67
Binary 11010101 1000001 1011011 0 1000101 111001 10000 101011101 1000000 110111

Color Harmonies of #D5415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5415B

Black with #D5415B

Text Example


Text Example

White with #D5415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5415B; }

 p { color: rgb(213,65,91); }

 H1.HeaderClassName
 {
   color: #D5415B;
 }
 .AnyTagClassName
 {
   color: #D5415B;
 }
</style>

background-color css

<style>
 a { background-color: #D5415B; }

 a { background-color: rgb(213,65,91); }

 div.DivClassName
 {
   background-color: #D5415B;
 }
 .BgClassName
 {
   background-color: #D5415B;
 }
</style>

border-color css

<style>
 span { border-color: #D5415B; }

 span { border-color: rgb(213,65,91); }

 td.TdClassName
 {
   border-color: #D5415B;
 }
 .TagClassName
 {
   border-color: #D5415B;
 }
</style>