Shades of Deep Cerise #CD2897
Tints of Deep Cerise #CD2897
RGB
CMYK
RGB Variations
Color information
#CD2897 (or 0xCD2897) is known color: Deep Cerise. HEX triplet: CD, 28 and 97. RGB value is (205,40,151). Sum of RGB (Red+Green+Blue) = 205+40+151=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2897 is #32D768. Grayscale: #656565. Windows color (decimal): -3331945 or 9906381. OLE color: 9906381.
HSL color Cylindrical-coordinate representation of color #CD2897: hue angle of 319.64º 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 #CD2897 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 151 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.20 |
| HSL | 319.64º | 0.67% | 0.48% | - |
| HSV(B) | 319.64º | 0.8% | 0.8% | - |
| XYZ | 31.52 | 16.73 | 30.85 | - |
| YUV | 101.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 151 | 0 | 0.80 | 0.26 | 0.20 | 319.64 | 0.67 | 0.48 |
| Hex | CD | 28 | 97 | 0 | 50 | 1A | 14 | 140 | 43 | 30 |
| Octal | 315 | 50 | 227 | 0 | 120 | 32 | 24 | 500 | 103 | 60 |
| Binary | 11001101 | 101000 | 10010111 | 0 | 1010000 | 11010 | 10100 | 101000000 | 1000011 | 110000 |
Color Harmonies of #CD2897
Complementary color
Monochromatic Colors of #CD2897
Black with #CD2897
Text Example
Text Example
White with #CD2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2897; }
p { color: rgb(205,40,151); }
H1.HeaderClassName
{
color: #CD2897;
}
.AnyTagClassName
{
color: #CD2897;
}
</style>
background-color css
<style>
a { background-color: #CD2897; }
a { background-color: rgb(205,40,151); }
div.DivClassName
{
background-color: #CD2897;
}
.BgClassName
{
background-color: #CD2897;
}
</style>
border-color css
<style>
span { border-color: #CD2897; }
span { border-color: rgb(205,40,151); }
td.TdClassName
{
border-color: #CD2897;
}
.TagClassName
{
border-color: #CD2897;
}
</style>