#D73060

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

Shades of Cerise #D73060

Tints of Cerise #D73060

Color information

#D73060 (or 0xD73060) is unknown color: approx Cerise. HEX triplet: D7, 30 and 60. RGB value is (215,48,96). Sum of RGB (Red+Green+Blue) = 215+48+96=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D73060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73060 is #28CF9F. Grayscale: #676767. Windows color (decimal): -2674592 or 6303959. OLE color: 6303959.

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

Color convert

RGB2154896-
CMYK00.780.550.16
HSL342.75º67.61%51.57%-
HSV(B)342.75º77.67%84.31%-
XYZ31.1917.4112.78-
YUV103.4123.83207.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.89%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=59.89%
G=13.37%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215489600.780.550.16342.7567.6151.57
HexD7306004E37101574434
Octal327601400116672052710464
Binary11010111110000110000001001110110111100001010101111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73060; }

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

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

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

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

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

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

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

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