#CD3366

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

Shades of Cerise #CD3366

Tints of Cerise #CD3366

Color information

#CD3366 (or 0xCD3366) is unknown color: approx Cerise. HEX triplet: CD, 33 and 66. RGB value is (205,51,102). Sum of RGB (Red+Green+Blue) = 205+51+102=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3366 is #32CC99. Grayscale: #666666. Windows color (decimal): -3329178 or 6697933. OLE color: 6697933.

HSL color Cylindrical-coordinate representation of color #CD3366: hue angle of 340.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3366 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20551102-
CMYK00.750.500.20
HSL340.13º60.63%50.2%-
HSV(B)340.13º75.12%80.39%-
XYZ28.7616.3114.2-
YUV102.86127.52200.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.26%
GREEN value IS 51 (20.31% from 255) = 14.25%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=57.26%
G=14.25%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055110200.750.500.20340.1360.6350.2
HexCD336604B32141543d32
Octal31563146011362245247562
Binary1100110111001111001100100101111001010100101010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3366; }

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

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

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

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

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

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

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

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