Html Css Color HEX #D92C77 Deep Cerise

📋 copy color: '#D92C77'

red 217 ◦ green 44 ◦ blue 119

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

Shades of Deep Cerise #D92C77

Tints of Deep Cerise #D92C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 57.11%
G = 11.58%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D92C77 (or 0xD92C77) is known color: Deep Cerise. HEX triplet: D9, 2C and 77. RGB value is (217,44,119). Sum of RGB (Red+Green+Blue) = 217+44+119=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C77 is #26D388. Grayscale: #686868. Windows color (decimal): -2544521 or 7810265. OLE color: 7810265.

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

Color convert

RGB 217 44 119 -
CMYK 0 0.80 0.45 0.15
HSL 333.99º 0.69% 0.51% -
HSV(B) 333.99º 0.8% 0.85% -
XYZ 32.85 17.88 19.17 -
YUV 104.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 217 44 119 0 0.80 0.45 0.15 333.99 0.69 0.51
Hex D9 2C 77 0 50 2D F 14E 45 33
Octal 331 54 167 0 120 55 17 516 105 63
Binary 11011001 101100 1110111 0 1010000 101101 1111 101001110 1000101 110011

Color Harmonies of #D92C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C77

Black with #D92C77

Text Example


Text Example

White with #D92C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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