Html Css Color HEX #D94387 Deep Cerise

📋 copy color: '#D94387'

red 217 ◦ green 67 ◦ blue 135

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

Shades of Deep Cerise #D94387

Tints of Deep Cerise #D94387

RGB

 RED value IS 217 (85.16% from 255) = 51.79%

 GREEN value IS 67 (26.56% from 255) = 15.99%

 BLUE value IS 135 (53.13% from 255) = 32.22%

R = 51.79%
G = 15.99%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D94387 (or 0xD94387) is known color: Deep Cerise. HEX triplet: D9, 43 and 87. RGB value is (217,67,135). Sum of RGB (Red+Green+Blue) = 217+67+135=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D94387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94387 is #26BC78. Grayscale: #777777. Windows color (decimal): -2538617 or 8864729. OLE color: 8864729.

HSL color Cylindrical-coordinate representation of color #D94387: hue angle of 332.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94387 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 135 -
CMYK 0 0.69 0.38 0.15
HSL 332.8º 0.66% 0.56% -
HSV(B) 332.8º 0.69% 0.85% -
XYZ 35 20.52 25.04 -
YUV 119.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 217 67 135 0 0.69 0.38 0.15 332.8 0.66 0.56
Hex D9 43 87 0 45 26 F 14D 42 38
Octal 331 103 207 0 105 46 17 515 102 70
Binary 11011001 1000011 10000111 0 1000101 100110 1111 101001101 1000010 111000

Color Harmonies of #D94387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94387

Black with #D94387

Text Example


Text Example

White with #D94387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94387; }

 p { color: rgb(217,67,135); }

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

background-color css

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

 a { background-color: rgb(217,67,135); }

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

border-color css

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

 span { border-color: rgb(217,67,135); }

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