#CD3563

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

Shades of Cerise #CD3563

Tints of Cerise #CD3563

Color information

#CD3563 (or 0xCD3563) is unknown color: approx Cerise. HEX triplet: CD, 35 and 63. RGB value is (205,53,99). Sum of RGB (Red+Green+Blue) = 205+53+99=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3563 is #32CA9C. Grayscale: #676767. Windows color (decimal): -3328669 or 6501837. OLE color: 6501837.

HSL color Cylindrical-coordinate representation of color #CD3563: hue angle of 341.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3563 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB2055399-
CMYK00.740.520.20
HSL341.84º60.32%50.59%-
HSV(B)341.84º74.15%80.39%-
XYZ28.716.4313.46-
YUV103.69125.36200.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.42%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=57.42%
G=14.85%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205539900.740.520.20341.8460.3250.59
HexCD356304A34141563c33
Octal31565143011264245267463
Binary1100110111010111000110100101011010010100101010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3563; }

 p { color: rgb(205,53,99); }

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

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

 a { background-color: rgb(205,53,99); }

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

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

 span { border-color: rgb(205,53,99); }

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