Html Css Color HEX #D92875 Deep Cerise

📋 copy color: '#D92875'

red 217 ◦ green 40 ◦ blue 117

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

Shades of Deep Cerise #D92875

Tints of Deep Cerise #D92875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 58.02%
G = 10.7%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D92875 (or 0xD92875) is known color: Deep Cerise. HEX triplet: D9, 28 and 75. RGB value is (217,40,117). Sum of RGB (Red+Green+Blue) = 217+40+117=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D92875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92875 is #26D78A. Grayscale: #656565. Windows color (decimal): -2545547 or 7678169. OLE color: 7678169.

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

Color convert

RGB 217 40 117 -
CMYK 0 0.82 0.46 0.15
HSL 333.9º 0.7% 0.5% -
HSV(B) 333.9º 0.82% 0.85% -
XYZ 32.58 17.55 18.5 -
YUV 101.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 217 40 117 0 0.82 0.46 0.15 333.9 0.7 0.5
Hex D9 28 75 0 52 2E F 14E 46 32
Octal 331 50 165 0 122 56 17 516 106 62
Binary 11011001 101000 1110101 0 1010010 101110 1111 101001110 1000110 110010

Color Harmonies of #D92875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92875

Black with #D92875

Text Example


Text Example

White with #D92875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92875; }

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

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

background-color css

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

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

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

border-color css

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

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

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