#d72d9f

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

Shades of Deep Cerise #D72D9F

Tints of Deep Cerise #D72D9F

Color information

#D72D9F (or 0xD72D9F) is unknown color: approx Deep Cerise. HEX triplet: D7, 2D and 9F. RGB value is (215,45,159). Sum of RGB (Red+Green+Blue) = 215+45+159=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D9F is #28D260. Grayscale: #6C6C6C. Windows color (decimal): -2675297 or 10431959. OLE color: 10431959.

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

Color convert

RGB21545159-
CMYK00.790.260.16
HSL319.76º68%50.98%-
HSV(B)319.76º79.07%84.31%-
XYZ35.2218.8334.58-
YUV108.83156.32203.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.31%
GREEN value IS 45 (17.97% from 255) = 10.74%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=51.31%
G=10.74%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154515900.790.260.16319.766850.98
HexD72D9F04F1A101404433
Octal327552370117322050010463
Binary11010111101101100111110100111111010100001010000001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d72d9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d72d9f; }

 p { color: rgb(215,45,159); }

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

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

 a { background-color: rgb(215,45,159); }

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

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

 span { border-color: rgb(215,45,159); }

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