Shades of Cerise #CD285D
Tints of Cerise #CD285D
RGB
CMYK
RGB Variations
Color information
#CD285D (or 0xCD285D) is known color: Cerise. HEX triplet: CD, 28 and 5D. RGB value is (205,40,93). Sum of RGB (Red+Green+Blue) = 205+40+93=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD285D is #32D7A2. Grayscale: #5F5F5F. Windows color (decimal): -3332003 or 6105293. OLE color: 6105293.
HSL color Cylindrical-coordinate representation of color #CD285D: hue angle of 340.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD285D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 93 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.20 |
| HSL | 340.73º | 0.67% | 0.48% | - |
| HSV(B) | 340.73º | 0.8% | 0.8% | - |
| XYZ | 27.91 | 15.29 | 11.84 | - |
| YUV | 95.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 93 | 0 | 0.80 | 0.55 | 0.20 | 340.73 | 0.67 | 0.48 |
| Hex | CD | 28 | 5D | 0 | 50 | 37 | 14 | 155 | 43 | 30 |
| Octal | 315 | 50 | 135 | 0 | 120 | 67 | 24 | 525 | 103 | 60 |
| Binary | 11001101 | 101000 | 1011101 | 0 | 1010000 | 110111 | 10100 | 101010101 | 1000011 | 110000 |
Color Harmonies of #CD285D
Complementary color
Monochromatic Colors of #CD285D
Black with #CD285D
Text Example
Text Example
White with #CD285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD285D; }
p { color: rgb(205,40,93); }
H1.HeaderClassName
{
color: #CD285D;
}
.AnyTagClassName
{
color: #CD285D;
}
</style>
background-color css
<style>
a { background-color: #CD285D; }
a { background-color: rgb(205,40,93); }
div.DivClassName
{
background-color: #CD285D;
}
.BgClassName
{
background-color: #CD285D;
}
</style>
border-color css
<style>
span { border-color: #CD285D; }
span { border-color: rgb(205,40,93); }
td.TdClassName
{
border-color: #CD285D;
}
.TagClassName
{
border-color: #CD285D;
}
</style>