Html Css Color HEX #D92F76 Deep Cerise

📋 copy color: '#D92F76'

red 217 ◦ green 47 ◦ blue 118

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

Shades of Deep Cerise #D92F76

Tints of Deep Cerise #D92F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

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

R = 56.81%
G = 12.3%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D92F76 (or 0xD92F76) is known color: Deep Cerise. HEX triplet: D9, 2F and 76. RGB value is (217,47,118). Sum of RGB (Red+Green+Blue) = 217+47+118=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F76 is #26D089. Grayscale: #696969. Windows color (decimal): -2543754 or 7745497. OLE color: 7745497.

HSL color Cylindrical-coordinate representation of color #D92F76: hue angle of 334.94º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F76 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 47 118 -
CMYK 0 0.78 0.46 0.15
HSL 334.94º 0.69% 0.52% -
HSV(B) 334.94º 0.78% 0.85% -
XYZ 32.9 18.09 18.9 -
YUV 105.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 217 47 118 0 0.78 0.46 0.15 334.94 0.69 0.52
Hex D9 2F 76 0 4E 2E F 14F 45 34
Octal 331 57 166 0 116 56 17 517 105 64
Binary 11011001 101111 1110110 0 1001110 101110 1111 101001111 1000101 110100

Color Harmonies of #D92F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F76

Black with #D92F76

Text Example


Text Example

White with #D92F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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