Shades of Deep Cerise #CD2D73
Tints of Deep Cerise #CD2D73
RGB
CMYK
RGB Variations
Color information
#CD2D73 (or 0xCD2D73) is known color: Deep Cerise. HEX triplet: CD, 2D and 73. RGB value is (205,45,115). Sum of RGB (Red+Green+Blue) = 205+45+115=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D73 is #32D28C. Grayscale: #646464. Windows color (decimal): -3330701 or 7548365. OLE color: 7548365.
HSL color Cylindrical-coordinate representation of color #CD2D73: hue angle of 333.75º 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 #CD2D73 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 115 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.20 |
| HSL | 333.75º | 0.64% | 0.49% | - |
| HSV(B) | 333.75º | 0.78% | 0.8% | - |
| XYZ | 29.21 | 16.09 | 17.79 | - |
| YUV | 100.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 115 | 0 | 0.78 | 0.44 | 0.20 | 333.75 | 0.64 | 0.49 |
| Hex | CD | 2D | 73 | 0 | 4E | 2C | 14 | 14E | 40 | 31 |
| Octal | 315 | 55 | 163 | 0 | 116 | 54 | 24 | 516 | 100 | 61 |
| Binary | 11001101 | 101101 | 1110011 | 0 | 1001110 | 101100 | 10100 | 101001110 | 1000000 | 110001 |
Color Harmonies of #CD2D73
Complementary color
Monochromatic Colors of #CD2D73
Black with #CD2D73
Text Example
Text Example
White with #CD2D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D73; }
p { color: rgb(205,45,115); }
H1.HeaderClassName
{
color: #CD2D73;
}
.AnyTagClassName
{
color: #CD2D73;
}
</style>
background-color css
<style>
a { background-color: #CD2D73; }
a { background-color: rgb(205,45,115); }
div.DivClassName
{
background-color: #CD2D73;
}
.BgClassName
{
background-color: #CD2D73;
}
</style>
border-color css
<style>
span { border-color: #CD2D73; }
span { border-color: rgb(205,45,115); }
td.TdClassName
{
border-color: #CD2D73;
}
.TagClassName
{
border-color: #CD2D73;
}
</style>