#D72A6F

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

Shades of Cerise #D72A6F

Tints of Cerise #D72A6F

Color information

#D72A6F (or 0xD72A6F) is unknown color: approx Cerise. HEX triplet: D7, 2A and 6F. RGB value is (215,42,111). Sum of RGB (Red+Green+Blue) = 215+42+111=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72A6F is #28D590. Grayscale: #656565. Windows color (decimal): -2676113 or 7285463. OLE color: 7285463.

HSL color Cylindrical-coordinate representation of color #D72A6F: hue angle of 336.07º 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 #D72A6F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21542111-
CMYK00.800.480.16
HSL336.07º68.38%50.39%-
HSV(B)336.07º80.47%84.31%-
XYZ31.7217.2516.7-
YUV101.59133.31208.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.42%
GREEN value IS 42 (16.80% from 255) = 11.41%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=58.42%
G=11.41%
B=30.16%

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
Decimal2154211100.800.480.16336.0768.3850.39
HexD72A6F05030101504432
Octal327521570120602052010462
Binary11010111101010110111101010000110000100001010100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72A6F; }

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

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

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

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

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

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

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

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