Html Css Color HEX #D92988 Deep Cerise

📋 copy color: '#D92988'

red 217 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #D92988

Tints of Deep Cerise #D92988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.41%

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

R = 55.08%
G = 10.41%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D92988 (or 0xD92988) is known color: Deep Cerise. HEX triplet: D9, 29 and 88. RGB value is (217,41,136). Sum of RGB (Red+Green+Blue) = 217+41+136=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D92988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92988 is #26D677. Grayscale: #686868. Windows color (decimal): -2545272 or 8923609. OLE color: 8923609.

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

Color convert

RGB 217 41 136 -
CMYK 0 0.81 0.37 0.15
HSL 327.61º 0.7% 0.51% -
HSV(B) 327.61º 0.81% 0.85% -
XYZ 33.85 18.12 25 -
YUV 104.45 145.81 208.28 -
System Red Green Blue C M Y K H S L
Decimal 217 41 136 0 0.81 0.37 0.15 327.61 0.7 0.51
Hex D9 29 88 0 51 25 F 148 46 33
Octal 331 51 210 0 121 45 17 510 106 63
Binary 11011001 101001 10001000 0 1010001 100101 1111 101001000 1000110 110011

Color Harmonies of #D92988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92988

Black with #D92988

Text Example


Text Example

White with #D92988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92988; }

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

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

background-color css

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

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

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

border-color css

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

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

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