Shades of Deep Cerise #CD2D75
Tints of Deep Cerise #CD2D75
RGB
CMYK
RGB Variations
Color information
#CD2D75 (or 0xCD2D75) is known color: Deep Cerise. HEX triplet: CD, 2D and 75. RGB value is (205,45,117). Sum of RGB (Red+Green+Blue) = 205+45+117=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D75 is #32D28A. Grayscale: #646464. Windows color (decimal): -3330699 or 7679437. OLE color: 7679437.
HSL color Cylindrical-coordinate representation of color #CD2D75: hue angle of 333º 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 #CD2D75 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 117 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.20 |
| HSL | 333º | 0.64% | 0.49% | - |
| HSV(B) | 333º | 0.78% | 0.8% | - |
| XYZ | 29.33 | 16.14 | 18.4 | - |
| YUV | 101.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 117 | 0 | 0.78 | 0.43 | 0.20 | 333 | 0.64 | 0.49 |
| Hex | CD | 2D | 75 | 0 | 4E | 2B | 14 | 14D | 40 | 31 |
| Octal | 315 | 55 | 165 | 0 | 116 | 53 | 24 | 515 | 100 | 61 |
| Binary | 11001101 | 101101 | 1110101 | 0 | 1001110 | 101011 | 10100 | 101001101 | 1000000 | 110001 |
Color Harmonies of #CD2D75
Complementary color
Monochromatic Colors of #CD2D75
Black with #CD2D75
Text Example
Text Example
White with #CD2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D75; }
p { color: rgb(205,45,117); }
H1.HeaderClassName
{
color: #CD2D75;
}
.AnyTagClassName
{
color: #CD2D75;
}
</style>
background-color css
<style>
a { background-color: #CD2D75; }
a { background-color: rgb(205,45,117); }
div.DivClassName
{
background-color: #CD2D75;
}
.BgClassName
{
background-color: #CD2D75;
}
</style>
border-color css
<style>
span { border-color: #CD2D75; }
span { border-color: rgb(205,45,117); }
td.TdClassName
{
border-color: #CD2D75;
}
.TagClassName
{
border-color: #CD2D75;
}
</style>