#D03B60

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

Shades of Cerise #D03B60

Tints of Cerise #D03B60

Color information

#D03B60 (or 0xD03B60) is unknown color: approx Cerise. HEX triplet: D0, 3B and 60. RGB value is (208,59,96). Sum of RGB (Red+Green+Blue) = 208+59+96=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B60 is #2FC49F. Grayscale: #6B6B6B. Windows color (decimal): -3130528 or 6306768. OLE color: 6306768.

HSL color Cylindrical-coordinate representation of color #D03B60: hue angle of 345.1º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B60 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2085996-
CMYK00.720.540.18
HSL345.1º61.32%52.35%-
HSV(B)345.1º71.63%81.57%-
XYZ29.6917.3812.86-
YUV107.77121.36199.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.30%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=57.30%
G=16.25%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208599600.720.540.18345.161.3252.35
HexD03B6004836121593d34
Octal32073140011066225317564
Binary1101000011101111000000100100011011010010101011001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03B60; }

 p { color: rgb(208,59,96); }

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

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

 a { background-color: rgb(208,59,96); }

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

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

 span { border-color: rgb(208,59,96); }

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