Html Css Color HEX #D92F79 Deep Cerise

📋 copy color: '#D92F79'

red 217 ◦ green 47 ◦ blue 121

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

Shades of Deep Cerise #D92F79

Tints of Deep Cerise #D92F79

RGB

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

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

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

R = 56.36%
G = 12.21%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D92F79 (or 0xD92F79) is known color: Deep Cerise. HEX triplet: D9, 2F and 79. RGB value is (217,47,121). Sum of RGB (Red+Green+Blue) = 217+47+121=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F79 is #26D086. Grayscale: #6A6A6A. Windows color (decimal): -2543751 or 7942105. OLE color: 7942105.

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

Color convert

RGB 217 47 121 -
CMYK 0 0.78 0.44 0.15
HSL 333.88º 0.69% 0.52% -
HSV(B) 333.88º 0.78% 0.85% -
XYZ 33.08 18.17 19.85 -
YUV 106.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 217 47 121 0 0.78 0.44 0.15 333.88 0.69 0.52
Hex D9 2F 79 0 4E 2C F 14E 45 34
Octal 331 57 171 0 116 54 17 516 105 64
Binary 11011001 101111 1111001 0 1001110 101100 1111 101001110 1000101 110100

Color Harmonies of #D92F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F79

Black with #D92F79

Text Example


Text Example

White with #D92F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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