Html Css Color HEX #D92997 Deep Cerise

📋 copy color: '#D92997'

red 217 ◦ green 41 ◦ blue 151

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

Shades of Deep Cerise #D92997

Tints of Deep Cerise #D92997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 53.06%
G = 10.02%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D92997 (or 0xD92997) is known color: Deep Cerise. HEX triplet: D9, 29 and 97. RGB value is (217,41,151). Sum of RGB (Red+Green+Blue) = 217+41+151=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D92997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92997 is #26D668. Grayscale: #696969. Windows color (decimal): -2545257 or 9906649. OLE color: 9906649.

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

Color convert

RGB 217 41 151 -
CMYK 0 0.81 0.30 0.15
HSL 322.5º 0.7% 0.51% -
HSV(B) 322.5º 0.81% 0.85% -
XYZ 34.99 18.57 31.02 -
YUV 106.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 217 41 151 0 0.81 0.30 0.15 322.5 0.7 0.51
Hex D9 29 97 0 51 1E F 142 46 33
Octal 331 51 227 0 121 36 17 502 106 63
Binary 11011001 101001 10010111 0 1010001 11110 1111 101000010 1000110 110011

Color Harmonies of #D92997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92997

Black with #D92997

Text Example


Text Example

White with #D92997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92997; }

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

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

background-color css

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

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

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

border-color css

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

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

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