Html Css Color HEX #D94588 Deep Cerise

📋 copy color: '#D94588'

red 217 ◦ green 69 ◦ blue 136

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

Shades of Deep Cerise #D94588

Tints of Deep Cerise #D94588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

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

R = 51.42%
G = 16.35%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D94588 (or 0xD94588) is known color: Deep Cerise. HEX triplet: D9, 45 and 88. RGB value is (217,69,136). Sum of RGB (Red+Green+Blue) = 217+69+136=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D94588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94588 is #26BA77. Grayscale: #787878. Windows color (decimal): -2538104 or 8930777. OLE color: 8930777.

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

Color convert

RGB 217 69 136 -
CMYK 0 0.68 0.37 0.15
HSL 332.84º 0.66% 0.56% -
HSV(B) 332.84º 0.68% 0.85% -
XYZ 35.19 20.79 25.45 -
YUV 120.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 217 69 136 0 0.68 0.37 0.15 332.84 0.66 0.56
Hex D9 45 88 0 44 25 F 14D 42 38
Octal 331 105 210 0 104 45 17 515 102 70
Binary 11011001 1000101 10001000 0 1000100 100101 1111 101001101 1000010 111000

Color Harmonies of #D94588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94588

Black with #D94588

Text Example


Text Example

White with #D94588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94588; }

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

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

background-color css

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

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

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

border-color css

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

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

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