#CD3566

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

Shades of Cerise #CD3566

Tints of Cerise #CD3566

Color information

#CD3566 (or 0xCD3566) is unknown color: approx Cerise. HEX triplet: CD, 35 and 66. RGB value is (205,53,102). Sum of RGB (Red+Green+Blue) = 205+53+102=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3566 is #32CA99. Grayscale: #676767. Windows color (decimal): -3328666 or 6698445. OLE color: 6698445.

HSL color Cylindrical-coordinate representation of color #CD3566: hue angle of 340.66º 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 #CD3566 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20553102-
CMYK00.740.500.20
HSL340.66º60.32%50.59%-
HSV(B)340.66º74.15%80.39%-
XYZ28.8516.4814.23-
YUV104.03126.86200.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.94%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=56.94%
G=14.72%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055310200.740.500.20340.6660.3250.59
HexCD356604A32141553c33
Octal31565146011262245257463
Binary1100110111010111001100100101011001010100101010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3566; }

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

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

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

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

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

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

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

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