#D72A70

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

Shades of Cerise #D72A70

Tints of Cerise #D72A70

Color information

#D72A70 (or 0xD72A70) is unknown color: approx Cerise. HEX triplet: D7, 2A and 70. RGB value is (215,42,112). Sum of RGB (Red+Green+Blue) = 215+42+112=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A70 is #28D58F. Grayscale: #656565. Windows color (decimal): -2676112 or 7350999. OLE color: 7350999.

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

Color convert

RGB21542112-
CMYK00.800.480.16
HSL335.72º68.38%50.39%-
HSV(B)335.72º80.47%84.31%-
XYZ31.7817.2716.99-
YUV101.71133.81208.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.27%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=58.27%
G=11.38%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2154211200.800.480.16335.7268.3850.39
HexD72A7005030101504432
Octal327521600120602052010462
Binary11010111101010111000001010000110000100001010100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72A70; }

 p { color: rgb(215,42,112); }

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

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

 a { background-color: rgb(215,42,112); }

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

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

 span { border-color: rgb(215,42,112); }

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