Shades of Deep Cerise #CD2D8D
Tints of Deep Cerise #CD2D8D
RGB
CMYK
RGB Variations
Color information
#CD2D8D (or 0xCD2D8D) is known color: Deep Cerise. HEX triplet: CD, 2D and 8D. RGB value is (205,45,141). Sum of RGB (Red+Green+Blue) = 205+45+141=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2D8D is #32D272. Grayscale: #676767. Windows color (decimal): -3330675 or 9252301. OLE color: 9252301.
HSL color Cylindrical-coordinate representation of color #CD2D8D: hue angle of 324º 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 #CD2D8D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 141 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.20 |
| HSL | 324º | 0.64% | 0.49% | - |
| HSV(B) | 324º | 0.78% | 0.8% | - |
| XYZ | 30.92 | 16.78 | 26.81 | - |
| YUV | 103.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 141 | 0 | 0.78 | 0.31 | 0.20 | 324 | 0.64 | 0.49 |
| Hex | CD | 2D | 8D | 0 | 4E | 1F | 14 | 144 | 40 | 31 |
| Octal | 315 | 55 | 215 | 0 | 116 | 37 | 24 | 504 | 100 | 61 |
| Binary | 11001101 | 101101 | 10001101 | 0 | 1001110 | 11111 | 10100 | 101000100 | 1000000 | 110001 |
Color Harmonies of #CD2D8D
Complementary color
Monochromatic Colors of #CD2D8D
Black with #CD2D8D
Text Example
Text Example
White with #CD2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D8D; }
p { color: rgb(205,45,141); }
H1.HeaderClassName
{
color: #CD2D8D;
}
.AnyTagClassName
{
color: #CD2D8D;
}
</style>
background-color css
<style>
a { background-color: #CD2D8D; }
a { background-color: rgb(205,45,141); }
div.DivClassName
{
background-color: #CD2D8D;
}
.BgClassName
{
background-color: #CD2D8D;
}
</style>
border-color css
<style>
span { border-color: #CD2D8D; }
span { border-color: rgb(205,45,141); }
td.TdClassName
{
border-color: #CD2D8D;
}
.TagClassName
{
border-color: #CD2D8D;
}
</style>