#D32863

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

Shades of Cerise #D32863

Tints of Cerise #D32863

Color information

#D32863 (or 0xD32863) is unknown color: approx Cerise. HEX triplet: D3, 28 and 63. RGB value is (211,40,99). Sum of RGB (Red+Green+Blue) = 211+40+99=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D32863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32863 is #2CD79C. Grayscale: #616161. Windows color (decimal): -2938781 or 6498515. OLE color: 6498515.

HSL color Cylindrical-coordinate representation of color #D32863: hue angle of 339.3º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32863 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB2114099-
CMYK00.810.530.17
HSL339.3º68.13%49.22%-
HSV(B)339.3º81.04%82.75%-
XYZ29.8716.2713.37-
YUV97.85128.65208.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.29%
GREEN value IS 40 (16.02% from 255) = 11.43%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=60.29%
G=11.43%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211409900.810.530.17339.368.1349.22
HexD3286305135111534431
Octal323501430121652152310461
Binary11010011101000110001101010001110101100011010100111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32863; }

 p { color: rgb(211,40,99); }

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

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

 a { background-color: rgb(211,40,99); }

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

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

 span { border-color: rgb(211,40,99); }

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