Html Css Color HEX #D92099 Deep Cerise

📋 copy color: '#D92099'

red 217 ◦ green 32 ◦ blue 153

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

Shades of Deep Cerise #D92099

Tints of Deep Cerise #D92099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.96%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 53.98%
G = 7.96%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D92099 (or 0xD92099) is known color: Deep Cerise. HEX triplet: D9, 20 and 99. RGB value is (217,32,153). Sum of RGB (Red+Green+Blue) = 217+32+153=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92099 is #26DF66. Grayscale: #646464. Windows color (decimal): -2547559 or 10035417. OLE color: 10035417.

HSL color Cylindrical-coordinate representation of color #D92099: hue angle of 320.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92099 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 153 -
CMYK 0 0.85 0.29 0.15
HSL 320.76º 0.74% 0.49% -
HSV(B) 320.76º 0.85% 0.85% -
XYZ 34.88 18.08 31.79 -
YUV 101.11 157.29 210.66 -
System Red Green Blue C M Y K H S L
Decimal 217 32 153 0 0.85 0.29 0.15 320.76 0.74 0.49
Hex D9 20 99 0 55 1D F 141 4A 31
Octal 331 40 231 0 125 35 17 501 112 61
Binary 11011001 100000 10011001 0 1010101 11101 1111 101000001 1001010 110001

Color Harmonies of #D92099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92099

Black with #D92099

Text Example


Text Example

White with #D92099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92099; }

 p { color: rgb(217,32,153); }

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

background-color css

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

 a { background-color: rgb(217,32,153); }

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

border-color css

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

 span { border-color: rgb(217,32,153); }

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