Html Css Color HEX #D92979 Deep Cerise

📋 copy color: '#D92979'

red 217 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #D92979

Tints of Deep Cerise #D92979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.82%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 57.26%
G = 10.82%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D92979 (or 0xD92979) is known color: Deep Cerise. HEX triplet: D9, 29 and 79. RGB value is (217,41,121). Sum of RGB (Red+Green+Blue) = 217+41+121=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D92979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92979 is #26D686. Grayscale: #666666. Windows color (decimal): -2545287 or 7940569. OLE color: 7940569.

HSL color Cylindrical-coordinate representation of color #D92979: hue angle of 332.73º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92979 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 121 -
CMYK 0 0.81 0.44 0.15
HSL 332.73º 0.7% 0.51% -
HSV(B) 332.73º 0.81% 0.85% -
XYZ 32.86 17.72 19.78 -
YUV 102.74 138.31 209.5 -
System Red Green Blue C M Y K H S L
Decimal 217 41 121 0 0.81 0.44 0.15 332.73 0.7 0.51
Hex D9 29 79 0 51 2C F 14D 46 33
Octal 331 51 171 0 121 54 17 515 106 63
Binary 11011001 101001 1111001 0 1010001 101100 1111 101001101 1000110 110011

Color Harmonies of #D92979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92979

Black with #D92979

Text Example


Text Example

White with #D92979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92979; }

 p { color: rgb(217,41,121); }

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

background-color css

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

 a { background-color: rgb(217,41,121); }

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

border-color css

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

 span { border-color: rgb(217,41,121); }

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