Html Css Color HEX #D92874 Deep Cerise

📋 copy color: '#D92874'

red 217 ◦ green 40 ◦ blue 116

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

Shades of Deep Cerise #D92874

Tints of Deep Cerise #D92874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 58.18%
G = 10.72%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92874 (or 0xD92874) is known color: Deep Cerise. HEX triplet: D9, 28 and 74. RGB value is (217,40,116). Sum of RGB (Red+Green+Blue) = 217+40+116=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D92874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92874 is #26D78B. Grayscale: #656565. Windows color (decimal): -2545548 or 7612633. OLE color: 7612633.

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

Color convert

RGB 217 40 116 -
CMYK 0 0.82 0.47 0.15
HSL 334.24º 0.7% 0.5% -
HSV(B) 334.24º 0.82% 0.85% -
XYZ 32.53 17.53 18.19 -
YUV 101.59 136.14 210.32 -
System Red Green Blue C M Y K H S L
Decimal 217 40 116 0 0.82 0.47 0.15 334.24 0.7 0.5
Hex D9 28 74 0 52 2F F 14E 46 32
Octal 331 50 164 0 122 57 17 516 106 62
Binary 11011001 101000 1110100 0 1010010 101111 1111 101001110 1000110 110010

Color Harmonies of #D92874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92874

Black with #D92874

Text Example


Text Example

White with #D92874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92874; }

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

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

background-color css

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

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

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

border-color css

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

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

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