Shades of Deep Cerise #D6259C
Tints of Deep Cerise #D6259C
RGB
CMYK
RGB Variations
Color information
#D6259C (or 0xD6259C) is known color: Deep Cerise. HEX triplet: D6, 25 and 9C. RGB value is (214,37,156). Sum of RGB (Red+Green+Blue) = 214+37+156=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6259C is #29DA63. Grayscale: #676767. Windows color (decimal): -2742884 or 10233302. OLE color: 10233302.
HSL color Cylindrical-coordinate representation of color #D6259C: hue angle of 319.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6259C is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 156 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.16 |
| HSL | 319.66º | 0.71% | 0.49% | - |
| HSV(B) | 319.66º | 0.83% | 0.84% | - |
| XYZ | 34.39 | 18.02 | 33.12 | - |
| YUV | 103.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 156 | 0 | 0.83 | 0.27 | 0.16 | 319.66 | 0.71 | 0.49 |
| Hex | D6 | 25 | 9C | 0 | 53 | 1B | 10 | 140 | 47 | 31 |
| Octal | 326 | 45 | 234 | 0 | 123 | 33 | 20 | 500 | 107 | 61 |
| Binary | 11010110 | 100101 | 10011100 | 0 | 1010011 | 11011 | 10000 | 101000000 | 1000111 | 110001 |
Color Harmonies of #D6259C
Complementary color
Monochromatic Colors of #D6259C
Black with #D6259C
Text Example
Text Example
White with #D6259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6259C; }
p { color: rgb(214,37,156); }
H1.HeaderClassName
{
color: #D6259C;
}
.AnyTagClassName
{
color: #D6259C;
}
</style>
background-color css
<style>
a { background-color: #D6259C; }
a { background-color: rgb(214,37,156); }
div.DivClassName
{
background-color: #D6259C;
}
.BgClassName
{
background-color: #D6259C;
}
</style>
border-color css
<style>
span { border-color: #D6259C; }
span { border-color: rgb(214,37,156); }
td.TdClassName
{
border-color: #D6259C;
}
.TagClassName
{
border-color: #D6259C;
}
</style>