#CD3565

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

Shades of Cerise #CD3565

Tints of Cerise #CD3565

Color information

#CD3565 (or 0xCD3565) is unknown color: approx Cerise. HEX triplet: CD, 35 and 65. RGB value is (205,53,101). Sum of RGB (Red+Green+Blue) = 205+53+101=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3565 is #32CA9A. Grayscale: #676767. Windows color (decimal): -3328667 or 6632909. OLE color: 6632909.

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

Color convert

RGB20553101-
CMYK00.740.510.20
HSL341.05º60.32%50.59%-
HSV(B)341.05º74.15%80.39%-
XYZ28.816.4613.97-
YUV103.92126.36200.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.10%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=57.10%
G=14.76%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055310100.740.510.20341.0560.3250.59
HexCD356504A33141553c33
Octal31565145011263245257463
Binary1100110111010111001010100101011001110100101010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3565; }

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

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

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

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

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

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

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

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