Html Css Color HEX #D72874 Deep Cerise

📋 copy color: '#D72874'

red 215 ◦ green 40 ◦ blue 116

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

Shades of Deep Cerise #D72874

Tints of Deep Cerise #D72874

RGB

 RED value IS 215 (84.38% from 255) = 57.95%

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

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

R = 57.95%
G = 10.78%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72874 (or 0xD72874) is known color: Deep Cerise. HEX triplet: D7, 28 and 74. RGB value is (215,40,116). Sum of RGB (Red+Green+Blue) = 215+40+116=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D72874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72874 is #28D78B. Grayscale: #646464. Windows color (decimal): -2676620 or 7612631. OLE color: 7612631.

HSL color Cylindrical-coordinate representation of color #D72874: hue angle of 333.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72874 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 40 116 -
CMYK 0 0.81 0.46 0.16
HSL 333.94º 0.69% 0.5% -
HSV(B) 333.94º 0.81% 0.84% -
XYZ 31.94 17.23 18.16 -
YUV 100.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 215 40 116 0 0.81 0.46 0.16 333.94 0.69 0.5
Hex D7 28 74 0 51 2E 10 14E 45 32
Octal 327 50 164 0 121 56 20 516 105 62
Binary 11010111 101000 1110100 0 1010001 101110 10000 101001110 1000101 110010

Color Harmonies of #D72874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72874

Black with #D72874

Text Example


Text Example

White with #D72874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72874; }

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

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

background-color css

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

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

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

border-color css

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

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

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