Html Css Color HEX #D94288 Deep Cerise

📋 copy color: '#D94288'

red 217 ◦ green 66 ◦ blue 136

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

Shades of Deep Cerise #D94288

Tints of Deep Cerise #D94288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 51.79%
G = 15.75%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D94288 (or 0xD94288) is known color: Deep Cerise. HEX triplet: D9, 42 and 88. RGB value is (217,66,136). Sum of RGB (Red+Green+Blue) = 217+66+136=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D94288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94288 is #26BD77. Grayscale: #777777. Windows color (decimal): -2538872 or 8930009. OLE color: 8930009.

HSL color Cylindrical-coordinate representation of color #D94288: hue angle of 332.19º 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 #D94288 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 136 -
CMYK 0 0.70 0.37 0.15
HSL 332.19º 0.67% 0.55% -
HSV(B) 332.19º 0.7% 0.85% -
XYZ 35.01 20.43 25.39 -
YUV 119.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 217 66 136 0 0.70 0.37 0.15 332.19 0.67 0.55
Hex D9 42 88 0 46 25 F 14C 43 37
Octal 331 102 210 0 106 45 17 514 103 67
Binary 11011001 1000010 10001000 0 1000110 100101 1111 101001100 1000011 110111

Color Harmonies of #D94288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94288

Black with #D94288

Text Example


Text Example

White with #D94288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94288; }

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

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

background-color css

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

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

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

border-color css

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

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

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