Shades of Deep Cerise #D5297F
Tints of Deep Cerise #D5297F
RGB
CMYK
RGB Variations
Color information
#D5297F (or 0xD5297F) is known color: Deep Cerise. HEX triplet: D5, 29 and 7F. RGB value is (213,41,127). Sum of RGB (Red+Green+Blue) = 213+41+127=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D5297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5297F is #2AD680. Grayscale: #666666. Windows color (decimal): -2807425 or 8333781. OLE color: 8333781.
HSL color Cylindrical-coordinate representation of color #D5297F: hue angle of 330º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5297F is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 127 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.16 |
| HSL | 330º | 0.68% | 0.5% | - |
| HSV(B) | 330º | 0.81% | 0.84% | - |
| XYZ | 32.06 | 17.26 | 21.72 | - |
| YUV | 102.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 127 | 0 | 0.81 | 0.40 | 0.16 | 330 | 0.68 | 0.5 |
| Hex | D5 | 29 | 7F | 0 | 51 | 28 | 10 | 14A | 44 | 32 |
| Octal | 325 | 51 | 177 | 0 | 121 | 50 | 20 | 512 | 104 | 62 |
| Binary | 11010101 | 101001 | 1111111 | 0 | 1010001 | 101000 | 10000 | 101001010 | 1000100 | 110010 |
Color Harmonies of #D5297F
Complementary color
Monochromatic Colors of #D5297F
Black with #D5297F
Text Example
Text Example
White with #D5297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5297F; }
p { color: rgb(213,41,127); }
H1.HeaderClassName
{
color: #D5297F;
}
.AnyTagClassName
{
color: #D5297F;
}
</style>
background-color css
<style>
a { background-color: #D5297F; }
a { background-color: rgb(213,41,127); }
div.DivClassName
{
background-color: #D5297F;
}
.BgClassName
{
background-color: #D5297F;
}
</style>
border-color css
<style>
span { border-color: #D5297F; }
span { border-color: rgb(213,41,127); }
td.TdClassName
{
border-color: #D5297F;
}
.TagClassName
{
border-color: #D5297F;
}
</style>