Shades of Cerise #CD2566
Tints of Cerise #CD2566
RGB
CMYK
RGB Variations
Color information
#CD2566 (or 0xCD2566) is known color: Cerise. HEX triplet: CD, 25 and 66. RGB value is (205,37,102). Sum of RGB (Red+Green+Blue) = 205+37+102=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2566 is #32DA99. Grayscale: #5E5E5E. Windows color (decimal): -3332762 or 6694349. OLE color: 6694349.
HSL color Cylindrical-coordinate representation of color #CD2566: hue angle of 336.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2566 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 102 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.20 |
| HSL | 336.79º | 0.69% | 0.47% | - |
| HSV(B) | 336.79º | 0.82% | 0.8% | - |
| XYZ | 28.24 | 15.26 | 14.03 | - |
| YUV | 94.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 102 | 0 | 0.82 | 0.50 | 0.20 | 336.79 | 0.69 | 0.47 |
| Hex | CD | 25 | 66 | 0 | 52 | 32 | 14 | 151 | 45 | 2F |
| Octal | 315 | 45 | 146 | 0 | 122 | 62 | 24 | 521 | 105 | 57 |
| Binary | 11001101 | 100101 | 1100110 | 0 | 1010010 | 110010 | 10100 | 101010001 | 1000101 | 101111 |
Color Harmonies of #CD2566
Complementary color
Monochromatic Colors of #CD2566
Black with #CD2566
Text Example
Text Example
White with #CD2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2566; }
p { color: rgb(205,37,102); }
H1.HeaderClassName
{
color: #CD2566;
}
.AnyTagClassName
{
color: #CD2566;
}
</style>
background-color css
<style>
a { background-color: #CD2566; }
a { background-color: rgb(205,37,102); }
div.DivClassName
{
background-color: #CD2566;
}
.BgClassName
{
background-color: #CD2566;
}
</style>
border-color css
<style>
span { border-color: #CD2566; }
span { border-color: rgb(205,37,102); }
td.TdClassName
{
border-color: #CD2566;
}
.TagClassName
{
border-color: #CD2566;
}
</style>