Shades of Deep Cerise #D62B9B
Tints of Deep Cerise #D62B9B
RGB
CMYK
RGB Variations
Color information
#D62B9B (or 0xD62B9B) is known color: Deep Cerise. HEX triplet: D6, 2B and 9B. RGB value is (214,43,155). Sum of RGB (Red+Green+Blue) = 214+43+155=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B9B is #29D464. Grayscale: #6A6A6A. Windows color (decimal): -2741349 or 10169302. OLE color: 10169302.
HSL color Cylindrical-coordinate representation of color #D62B9B: hue angle of 320.7º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B9B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 155 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.16 |
| HSL | 320.7º | 0.68% | 0.5% | - |
| HSV(B) | 320.7º | 0.8% | 0.84% | - |
| XYZ | 34.51 | 18.39 | 32.74 | - |
| YUV | 106.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 155 | 0 | 0.80 | 0.28 | 0.16 | 320.7 | 0.68 | 0.5 |
| Hex | D6 | 2B | 9B | 0 | 50 | 1C | 10 | 141 | 44 | 32 |
| Octal | 326 | 53 | 233 | 0 | 120 | 34 | 20 | 501 | 104 | 62 |
| Binary | 11010110 | 101011 | 10011011 | 0 | 1010000 | 11100 | 10000 | 101000001 | 1000100 | 110010 |
Color Harmonies of #D62B9B
Complementary color
Monochromatic Colors of #D62B9B
Black with #D62B9B
Text Example
Text Example
White with #D62B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B9B; }
p { color: rgb(214,43,155); }
H1.HeaderClassName
{
color: #D62B9B;
}
.AnyTagClassName
{
color: #D62B9B;
}
</style>
background-color css
<style>
a { background-color: #D62B9B; }
a { background-color: rgb(214,43,155); }
div.DivClassName
{
background-color: #D62B9B;
}
.BgClassName
{
background-color: #D62B9B;
}
</style>
border-color css
<style>
span { border-color: #D62B9B; }
span { border-color: rgb(214,43,155); }
td.TdClassName
{
border-color: #D62B9B;
}
.TagClassName
{
border-color: #D62B9B;
}
</style>