Shades of Cerise #CD286D
Tints of Cerise #CD286D
RGB
CMYK
RGB Variations
Color information
#CD286D (or 0xCD286D) is known color: Cerise. HEX triplet: CD, 28 and 6D. RGB value is (205,40,109). Sum of RGB (Red+Green+Blue) = 205+40+109=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD286D is #32D792. Grayscale: #616161. Windows color (decimal): -3331987 or 7153869. OLE color: 7153869.
HSL color Cylindrical-coordinate representation of color #CD286D: hue angle of 334.91º 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 #CD286D is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 109 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.20 |
| HSL | 334.91º | 0.67% | 0.48% | - |
| HSV(B) | 334.91º | 0.8% | 0.8% | - |
| XYZ | 28.7 | 15.6 | 15.97 | - |
| YUV | 97.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 109 | 0 | 0.80 | 0.47 | 0.20 | 334.91 | 0.67 | 0.48 |
| Hex | CD | 28 | 6D | 0 | 50 | 2F | 14 | 14F | 43 | 30 |
| Octal | 315 | 50 | 155 | 0 | 120 | 57 | 24 | 517 | 103 | 60 |
| Binary | 11001101 | 101000 | 1101101 | 0 | 1010000 | 101111 | 10100 | 101001111 | 1000011 | 110000 |
Color Harmonies of #CD286D
Complementary color
Monochromatic Colors of #CD286D
Black with #CD286D
Text Example
Text Example
White with #CD286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD286D; }
p { color: rgb(205,40,109); }
H1.HeaderClassName
{
color: #CD286D;
}
.AnyTagClassName
{
color: #CD286D;
}
</style>
background-color css
<style>
a { background-color: #CD286D; }
a { background-color: rgb(205,40,109); }
div.DivClassName
{
background-color: #CD286D;
}
.BgClassName
{
background-color: #CD286D;
}
</style>
border-color css
<style>
span { border-color: #CD286D; }
span { border-color: rgb(205,40,109); }
td.TdClassName
{
border-color: #CD286D;
}
.TagClassName
{
border-color: #CD286D;
}
</style>