Shades of Deep Cerise #CD2D87
Tints of Deep Cerise #CD2D87
RGB
CMYK
RGB Variations
Color information
#CD2D87 (or 0xCD2D87) is known color: Deep Cerise. HEX triplet: CD, 2D and 87. RGB value is (205,45,135). Sum of RGB (Red+Green+Blue) = 205+45+135=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2D87 is #32D278. Grayscale: #666666. Windows color (decimal): -3330681 or 8859085. OLE color: 8859085.
HSL color Cylindrical-coordinate representation of color #CD2D87: hue angle of 326.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D87 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 135 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.20 |
| HSL | 326.25º | 0.64% | 0.49% | - |
| HSV(B) | 326.25º | 0.78% | 0.8% | - |
| XYZ | 30.49 | 16.61 | 24.52 | - |
| YUV | 103.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 135 | 0 | 0.78 | 0.34 | 0.20 | 326.25 | 0.64 | 0.49 |
| Hex | CD | 2D | 87 | 0 | 4E | 22 | 14 | 146 | 40 | 31 |
| Octal | 315 | 55 | 207 | 0 | 116 | 42 | 24 | 506 | 100 | 61 |
| Binary | 11001101 | 101101 | 10000111 | 0 | 1001110 | 100010 | 10100 | 101000110 | 1000000 | 110001 |
Color Harmonies of #CD2D87
Complementary color
Monochromatic Colors of #CD2D87
Black with #CD2D87
Text Example
Text Example
White with #CD2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D87; }
p { color: rgb(205,45,135); }
H1.HeaderClassName
{
color: #CD2D87;
}
.AnyTagClassName
{
color: #CD2D87;
}
</style>
background-color css
<style>
a { background-color: #CD2D87; }
a { background-color: rgb(205,45,135); }
div.DivClassName
{
background-color: #CD2D87;
}
.BgClassName
{
background-color: #CD2D87;
}
</style>
border-color css
<style>
span { border-color: #CD2D87; }
span { border-color: rgb(205,45,135); }
td.TdClassName
{
border-color: #CD2D87;
}
.TagClassName
{
border-color: #CD2D87;
}
</style>