Html Css Color HEX #D92A78 Deep Cerise

📋 copy color: '#D92A78'

red 217 ◦ green 42 ◦ blue 120

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

Shades of Deep Cerise #D92A78

Tints of Deep Cerise #D92A78

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.08%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 57.26%
G = 11.08%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D92A78 (or 0xD92A78) is known color: Deep Cerise. HEX triplet: D9, 2A and 78. RGB value is (217,42,120). Sum of RGB (Red+Green+Blue) = 217+42+120=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92A78 is #26D587. Grayscale: #676767. Windows color (decimal): -2545032 or 7875289. OLE color: 7875289.

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

Color convert

RGB 217 42 120 -
CMYK 0 0.81 0.45 0.15
HSL 333.26º 0.7% 0.51% -
HSV(B) 333.26º 0.81% 0.85% -
XYZ 32.83 17.76 19.47 -
YUV 103.22 137.48 209.16 -
System Red Green Blue C M Y K H S L
Decimal 217 42 120 0 0.81 0.45 0.15 333.26 0.7 0.51
Hex D9 2A 78 0 51 2D F 14D 46 33
Octal 331 52 170 0 121 55 17 515 106 63
Binary 11011001 101010 1111000 0 1010001 101101 1111 101001101 1000110 110011

Color Harmonies of #D92A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A78

Black with #D92A78

Text Example


Text Example

White with #D92A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A78; }

 p { color: rgb(217,42,120); }

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

background-color css

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

 a { background-color: rgb(217,42,120); }

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

border-color css

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

 span { border-color: rgb(217,42,120); }

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