Html Css Color HEX #D92998 Deep Cerise

📋 copy color: '#D92998'

red 217 ◦ green 41 ◦ blue 152

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

Shades of Deep Cerise #D92998

Tints of Deep Cerise #D92998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 52.93%
G = 10%
B = 37.07%

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

#D92998 (or 0xD92998) is known color: Deep Cerise. HEX triplet: D9, 29 and 98. RGB value is (217,41,152). Sum of RGB (Red+Green+Blue) = 217+41+152=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D92998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92998 is #26D667. Grayscale: #6A6A6A. Windows color (decimal): -2545256 or 9972185. OLE color: 9972185.

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

Color convert

RGB 217 41 152 -
CMYK 0 0.81 0.30 0.15
HSL 322.16º 0.7% 0.51% -
HSV(B) 322.16º 0.81% 0.85% -
XYZ 35.08 18.6 31.45 -
YUV 106.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 217 41 152 0 0.81 0.30 0.15 322.16 0.7 0.51
Hex D9 29 98 0 51 1E F 142 46 33
Octal 331 51 230 0 121 36 17 502 106 63
Binary 11011001 101001 10011000 0 1010001 11110 1111 101000010 1000110 110011

Color Harmonies of #D92998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92998

Black with #D92998

Text Example


Text Example

White with #D92998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92998; }

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

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

background-color css

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

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

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

border-color css

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

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

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