#D72960

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

Shades of Cerise #D72960

Tints of Cerise #D72960

Color information

#D72960 (or 0xD72960) is unknown color: approx Cerise. HEX triplet: D7, 29 and 60. RGB value is (215,41,96). Sum of RGB (Red+Green+Blue) = 215+41+96=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D72960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72960 is #28D69F. Grayscale: #636363. Windows color (decimal): -2676384 or 6302167. OLE color: 6302167.

HSL color Cylindrical-coordinate representation of color #D72960: hue angle of 341.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72960 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2154196-
CMYK00.810.550.16
HSL341.03º68.5%50.2%-
HSV(B)341.03º80.93%84.31%-
XYZ30.9316.8812.69-
YUV99.3126.15210.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.08%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=61.08%
G=11.65%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215419600.810.550.16341.0368.550.2
HexD7296005137101554532
Octal327511400121672052510562
Binary11010111101001110000001010001110111100001010101011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72960; }

 p { color: rgb(215,41,96); }

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

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

 a { background-color: rgb(215,41,96); }

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

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

 span { border-color: rgb(215,41,96); }

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