#D03564

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

Shades of Cerise #D03564

Tints of Cerise #D03564

Color information

#D03564 (or 0xD03564) is unknown color: approx Cerise. HEX triplet: D0, 35 and 64. RGB value is (208,53,100). Sum of RGB (Red+Green+Blue) = 208+53+100=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D03564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03564 is #2FCA9B. Grayscale: #686868. Windows color (decimal): -3132060 or 6567376. OLE color: 6567376.

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

Color convert

RGB20853100-
CMYK00.750.520.18
HSL341.81º62.25%51.18%-
HSV(B)341.81º74.52%81.57%-
XYZ29.5916.8813.75-
YUV104.7125.35201.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.62%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=57.62%
G=14.68%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085310000.750.520.18341.8162.2551.18
HexD0356404B34121563e33
Octal32065144011364225267663
Binary1101000011010111001000100101111010010010101010110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03564; }

 p { color: rgb(208,53,100); }

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

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

 a { background-color: rgb(208,53,100); }

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

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

 span { border-color: rgb(208,53,100); }

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