Shades of Deep Cerise #D62B9D
Tints of Deep Cerise #D62B9D
RGB
CMYK
RGB Variations
Color information
#D62B9D (or 0xD62B9D) is known color: Deep Cerise. HEX triplet: D6, 2B and 9D. RGB value is (214,43,157). Sum of RGB (Red+Green+Blue) = 214+43+157=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B9D is #29D462. Grayscale: #6A6A6A. Windows color (decimal): -2741347 or 10300374. OLE color: 10300374.
HSL color Cylindrical-coordinate representation of color #D62B9D: hue angle of 320º 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 #D62B9D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 157 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.16 |
| HSL | 320º | 0.68% | 0.5% | - |
| HSV(B) | 320º | 0.8% | 0.84% | - |
| XYZ | 34.68 | 18.46 | 33.63 | - |
| YUV | 107.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 157 | 0 | 0.80 | 0.27 | 0.16 | 320 | 0.68 | 0.5 |
| Hex | D6 | 2B | 9D | 0 | 50 | 1B | 10 | 140 | 44 | 32 |
| Octal | 326 | 53 | 235 | 0 | 120 | 33 | 20 | 500 | 104 | 62 |
| Binary | 11010110 | 101011 | 10011101 | 0 | 1010000 | 11011 | 10000 | 101000000 | 1000100 | 110010 |
Color Harmonies of #D62B9D
Complementary color
Monochromatic Colors of #D62B9D
Black with #D62B9D
Text Example
Text Example
White with #D62B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B9D; }
p { color: rgb(214,43,157); }
H1.HeaderClassName
{
color: #D62B9D;
}
.AnyTagClassName
{
color: #D62B9D;
}
</style>
background-color css
<style>
a { background-color: #D62B9D; }
a { background-color: rgb(214,43,157); }
div.DivClassName
{
background-color: #D62B9D;
}
.BgClassName
{
background-color: #D62B9D;
}
</style>
border-color css
<style>
span { border-color: #D62B9D; }
span { border-color: rgb(214,43,157); }
td.TdClassName
{
border-color: #D62B9D;
}
.TagClassName
{
border-color: #D62B9D;
}
</style>