Html Css Color HEX #D92B76 Deep Cerise

📋 copy color: '#D92B76'

red 217 ◦ green 43 ◦ blue 118

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

Shades of Deep Cerise #D92B76

Tints of Deep Cerise #D92B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

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

R = 57.41%
G = 11.38%
B = 31.22%

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

#D92B76 (or 0xD92B76) is known color: Deep Cerise. HEX triplet: D9, 2B and 76. RGB value is (217,43,118). Sum of RGB (Red+Green+Blue) = 217+43+118=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B76 is #26D489. Grayscale: #676767. Windows color (decimal): -2544778 or 7744473. OLE color: 7744473.

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

Color convert

RGB 217 43 118 -
CMYK 0 0.80 0.46 0.15
HSL 334.14º 0.7% 0.51% -
HSV(B) 334.14º 0.8% 0.85% -
XYZ 32.75 17.79 18.85 -
YUV 103.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 217 43 118 0 0.80 0.46 0.15 334.14 0.7 0.51
Hex D9 2B 76 0 50 2E F 14E 46 33
Octal 331 53 166 0 120 56 17 516 106 63
Binary 11011001 101011 1110110 0 1010000 101110 1111 101001110 1000110 110011

Color Harmonies of #D92B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B76

Black with #D92B76

Text Example


Text Example

White with #D92B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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