Html Css Color HEX #D94287 Deep Cerise

📋 copy color: '#D94287'

red 217 ◦ green 66 ◦ blue 135

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

Shades of Deep Cerise #D94287

Tints of Deep Cerise #D94287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 51.91%
G = 15.79%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D94287 (or 0xD94287) is known color: Deep Cerise. HEX triplet: D9, 42 and 87. RGB value is (217,66,135). Sum of RGB (Red+Green+Blue) = 217+66+135=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94287 is #26BD78. Grayscale: #767676. Windows color (decimal): -2538873 or 8864473. OLE color: 8864473.

HSL color Cylindrical-coordinate representation of color #D94287: hue angle of 332.58º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94287 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 135 -
CMYK 0 0.70 0.38 0.15
HSL 332.58º 0.67% 0.55% -
HSV(B) 332.58º 0.7% 0.85% -
XYZ 34.94 20.4 25.02 -
YUV 119.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 217 66 135 0 0.70 0.38 0.15 332.58 0.67 0.55
Hex D9 42 87 0 46 26 F 14D 43 37
Octal 331 102 207 0 106 46 17 515 103 67
Binary 11011001 1000010 10000111 0 1000110 100110 1111 101001101 1000011 110111

Color Harmonies of #D94287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94287

Black with #D94287

Text Example


Text Example

White with #D94287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94287; }

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

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

background-color css

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

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

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

border-color css

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

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

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