Shades of Deep Cerise #D6259B
Tints of Deep Cerise #D6259B
RGB
CMYK
RGB Variations
Color information
#D6259B (or 0xD6259B) is known color: Deep Cerise. HEX triplet: D6, 25 and 9B. RGB value is (214,37,155). Sum of RGB (Red+Green+Blue) = 214+37+155=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6259B is #29DA64. Grayscale: #676767. Windows color (decimal): -2742885 or 10167766. OLE color: 10167766.
HSL color Cylindrical-coordinate representation of color #D6259B: hue angle of 320º 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 #D6259B is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 155 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.16 |
| HSL | 320º | 0.71% | 0.49% | - |
| HSV(B) | 320º | 0.83% | 0.84% | - |
| XYZ | 34.31 | 17.99 | 32.67 | - |
| YUV | 103.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 155 | 0 | 0.83 | 0.28 | 0.16 | 320 | 0.71 | 0.49 |
| Hex | D6 | 25 | 9B | 0 | 53 | 1C | 10 | 140 | 47 | 31 |
| Octal | 326 | 45 | 233 | 0 | 123 | 34 | 20 | 500 | 107 | 61 |
| Binary | 11010110 | 100101 | 10011011 | 0 | 1010011 | 11100 | 10000 | 101000000 | 1000111 | 110001 |
Color Harmonies of #D6259B
Complementary color
Monochromatic Colors of #D6259B
Black with #D6259B
Text Example
Text Example
White with #D6259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6259B; }
p { color: rgb(214,37,155); }
H1.HeaderClassName
{
color: #D6259B;
}
.AnyTagClassName
{
color: #D6259B;
}
</style>
background-color css
<style>
a { background-color: #D6259B; }
a { background-color: rgb(214,37,155); }
div.DivClassName
{
background-color: #D6259B;
}
.BgClassName
{
background-color: #D6259B;
}
</style>
border-color css
<style>
span { border-color: #D6259B; }
span { border-color: rgb(214,37,155); }
td.TdClassName
{
border-color: #D6259B;
}
.TagClassName
{
border-color: #D6259B;
}
</style>