Shades of Deep Cerise #D6229B
Tints of Deep Cerise #D6229B
RGB
CMYK
RGB Variations
Color information
#D6229B (or 0xD6229B) is known color: Deep Cerise. HEX triplet: D6, 22 and 9B. RGB value is (214,34,155). Sum of RGB (Red+Green+Blue) = 214+34+155=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6229B is #29DD64. Grayscale: #656565. Windows color (decimal): -2743653 or 10166998. OLE color: 10166998.
HSL color Cylindrical-coordinate representation of color #D6229B: hue angle of 319.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6229B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 155 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.16 |
| HSL | 319.67º | 0.73% | 0.49% | - |
| HSV(B) | 319.67º | 0.84% | 0.84% | - |
| XYZ | 34.22 | 17.81 | 32.64 | - |
| YUV | 101.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 155 | 0 | 0.84 | 0.28 | 0.16 | 319.67 | 0.73 | 0.49 |
| Hex | D6 | 22 | 9B | 0 | 54 | 1C | 10 | 140 | 49 | 31 |
| Octal | 326 | 42 | 233 | 0 | 124 | 34 | 20 | 500 | 111 | 61 |
| Binary | 11010110 | 100010 | 10011011 | 0 | 1010100 | 11100 | 10000 | 101000000 | 1001001 | 110001 |
Color Harmonies of #D6229B
Complementary color
Monochromatic Colors of #D6229B
Black with #D6229B
Text Example
Text Example
White with #D6229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6229B; }
p { color: rgb(214,34,155); }
H1.HeaderClassName
{
color: #D6229B;
}
.AnyTagClassName
{
color: #D6229B;
}
</style>
background-color css
<style>
a { background-color: #D6229B; }
a { background-color: rgb(214,34,155); }
div.DivClassName
{
background-color: #D6229B;
}
.BgClassName
{
background-color: #D6229B;
}
</style>
border-color css
<style>
span { border-color: #D6229B; }
span { border-color: rgb(214,34,155); }
td.TdClassName
{
border-color: #D6229B;
}
.TagClassName
{
border-color: #D6229B;
}
</style>