#D72FA0

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

Shades of Deep Cerise #D72FA0

Tints of Deep Cerise #D72FA0

Color information

#D72FA0 (or 0xD72FA0) is unknown color: approx Deep Cerise. HEX triplet: D7, 2F and A0. RGB value is (215,47,160). Sum of RGB (Red+Green+Blue) = 215+47+160=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FA0 is #28D05F. Grayscale: #6D6D6D. Windows color (decimal): -2674784 or 10498007. OLE color: 10498007.

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

Color convert

RGB21547160-
CMYK00.780.260.16
HSL319.64º67.74%51.37%-
HSV(B)319.64º78.14%84.31%-
XYZ35.3919.0235.06-
YUV110.11156.16202.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.95%
GREEN value IS 47 (18.75% from 255) = 11.14%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=50.95%
G=11.14%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154716000.780.260.16319.6467.7451.37
HexD72FA004E1A101404433
Octal327572400116322050010463
Binary11010111101111101000000100111011010100001010000001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72FA0; }

 p { color: rgb(215,47,160); }

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

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

 a { background-color: rgb(215,47,160); }

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

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

 span { border-color: rgb(215,47,160); }

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