Shades of Deep Cerise #D6297F
Tints of Deep Cerise #D6297F
RGB
CMYK
RGB Variations
Color information
#D6297F (or 0xD6297F) is known color: Deep Cerise. HEX triplet: D6, 29 and 7F. RGB value is (214,41,127). Sum of RGB (Red+Green+Blue) = 214+41+127=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D6297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6297F is #29D680. Grayscale: #666666. Windows color (decimal): -2741889 or 8333782. OLE color: 8333782.
HSL color Cylindrical-coordinate representation of color #D6297F: hue angle of 330.17º 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 #D6297F is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 127 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.16 |
| HSL | 330.17º | 0.68% | 0.5% | - |
| HSV(B) | 330.17º | 0.81% | 0.84% | - |
| XYZ | 32.36 | 17.41 | 21.73 | - |
| YUV | 102.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 127 | 0 | 0.81 | 0.41 | 0.16 | 330.17 | 0.68 | 0.5 |
| Hex | D6 | 29 | 7F | 0 | 51 | 29 | 10 | 14A | 44 | 32 |
| Octal | 326 | 51 | 177 | 0 | 121 | 51 | 20 | 512 | 104 | 62 |
| Binary | 11010110 | 101001 | 1111111 | 0 | 1010001 | 101001 | 10000 | 101001010 | 1000100 | 110010 |
Color Harmonies of #D6297F
Complementary color
Monochromatic Colors of #D6297F
Black with #D6297F
Text Example
Text Example
White with #D6297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6297F; }
p { color: rgb(214,41,127); }
H1.HeaderClassName
{
color: #D6297F;
}
.AnyTagClassName
{
color: #D6297F;
}
</style>
background-color css
<style>
a { background-color: #D6297F; }
a { background-color: rgb(214,41,127); }
div.DivClassName
{
background-color: #D6297F;
}
.BgClassName
{
background-color: #D6297F;
}
</style>
border-color css
<style>
span { border-color: #D6297F; }
span { border-color: rgb(214,41,127); }
td.TdClassName
{
border-color: #D6297F;
}
.TagClassName
{
border-color: #D6297F;
}
</style>