Html Css Color HEX #D92C76 Deep Cerise

📋 copy color: '#D92C76'

red 217 ◦ green 44 ◦ blue 118

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

Shades of Deep Cerise #D92C76

Tints of Deep Cerise #D92C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 57.26%
G = 11.61%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D92C76 (or 0xD92C76) is known color: Deep Cerise. HEX triplet: D9, 2C and 76. RGB value is (217,44,118). Sum of RGB (Red+Green+Blue) = 217+44+118=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C76 is #26D389. Grayscale: #686868. Windows color (decimal): -2544522 or 7744729. OLE color: 7744729.

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

Color convert

RGB 217 44 118 -
CMYK 0 0.80 0.46 0.15
HSL 334.34º 0.69% 0.51% -
HSV(B) 334.34º 0.8% 0.85% -
XYZ 32.79 17.86 18.86 -
YUV 104.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 217 44 118 0 0.80 0.46 0.15 334.34 0.69 0.51
Hex D9 2C 76 0 50 2E F 14E 45 33
Octal 331 54 166 0 120 56 17 516 105 63
Binary 11011001 101100 1110110 0 1010000 101110 1111 101001110 1000101 110011

Color Harmonies of #D92C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C76

Black with #D92C76

Text Example


Text Example

White with #D92C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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