Html Css Color HEX #D92878 Deep Cerise

📋 copy color: '#D92878'

red 217 ◦ green 40 ◦ blue 120

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

Shades of Deep Cerise #D92878

Tints of Deep Cerise #D92878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

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

R = 57.56%
G = 10.61%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D92878 (or 0xD92878) is known color: Deep Cerise. HEX triplet: D9, 28 and 78. RGB value is (217,40,120). Sum of RGB (Red+Green+Blue) = 217+40+120=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D92878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92878 is #26D787. Grayscale: #656565. Windows color (decimal): -2545544 or 7874777. OLE color: 7874777.

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

Color convert

RGB 217 40 120 -
CMYK 0 0.82 0.45 0.15
HSL 332.88º 0.7% 0.5% -
HSV(B) 332.88º 0.82% 0.85% -
XYZ 32.76 17.63 19.44 -
YUV 102.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 217 40 120 0 0.82 0.45 0.15 332.88 0.7 0.5
Hex D9 28 78 0 52 2D F 14D 46 32
Octal 331 50 170 0 122 55 17 515 106 62
Binary 11011001 101000 1111000 0 1010010 101101 1111 101001101 1000110 110010

Color Harmonies of #D92878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92878

Black with #D92878

Text Example


Text Example

White with #D92878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92878; }

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

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

background-color css

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

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

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

border-color css

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

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

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