#D72C8E

Color #D72C8E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D72C8E

Tints of Deep Cerise #D72C8E

Color information

#D72C8E (or 0xD72C8E) is unknown color: approx Deep Cerise. HEX triplet: D7, 2C and 8E. RGB value is (215,44,142). Sum of RGB (Red+Green+Blue) = 215+44+142=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C8E is #28D371. Grayscale: #6A6A6A. Windows color (decimal): -2675570 or 9317591. OLE color: 9317591.

HSL color Cylindrical-coordinate representation of color #D72C8E: hue angle of 325.61º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72C8E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21544142-
CMYK00.800.340.16
HSL325.61º68.13%50.78%-
HSV(B)325.61º79.53%84.31%-
XYZ33.8118.227.32-
YUV106.3148.15205.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.62%
GREEN value IS 44 (17.58% from 255) = 10.97%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=53.62%
G=10.97%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154414200.800.340.16325.6168.1350.78
HexD72C8E05022101464433
Octal327542160120422050610463
Binary110101111011001000111001010000100010100001010001101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72C8E; }

 p { color: rgb(215,44,142); }

 H1.HeaderClassName
 {
   color: #D72C8E;
 }
 .AnyTagClassName
 {
   color: #D72C8E;
 }
</style>
background-color css

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

 a { background-color: rgb(215,44,142); }

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

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

 span { border-color: rgb(215,44,142); }

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