Html Css Color HEX #D92C99 Deep Cerise

📋 copy color: '#D92C99'

red 217 ◦ green 44 ◦ blue 153

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

Shades of Deep Cerise #D92C99

Tints of Deep Cerise #D92C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.63%

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

R = 52.42%
G = 10.63%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D92C99 (or 0xD92C99) is known color: Deep Cerise. HEX triplet: D9, 2C and 99. RGB value is (217,44,153). Sum of RGB (Red+Green+Blue) = 217+44+153=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92C99 is #26D366. Grayscale: #6B6B6B. Windows color (decimal): -2544487 or 10038489. OLE color: 10038489.

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

Color convert

RGB 217 44 153 -
CMYK 0 0.80 0.29 0.15
HSL 322.2º 0.69% 0.51% -
HSV(B) 322.2º 0.8% 0.85% -
XYZ 35.27 18.85 31.92 -
YUV 108.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 217 44 153 0 0.80 0.29 0.15 322.2 0.69 0.51
Hex D9 2C 99 0 50 1D F 142 45 33
Octal 331 54 231 0 120 35 17 502 105 63
Binary 11011001 101100 10011001 0 1010000 11101 1111 101000010 1000101 110011

Color Harmonies of #D92C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C99

Black with #D92C99

Text Example


Text Example

White with #D92C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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