Shades of Deep Cerise #D62B93
Tints of Deep Cerise #D62B93
RGB
CMYK
RGB Variations
Color information
#D62B93 (or 0xD62B93) is known color: Deep Cerise. HEX triplet: D6, 2B and 93. RGB value is (214,43,147). Sum of RGB (Red+Green+Blue) = 214+43+147=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62B93 is #29D46C. Grayscale: #696969. Windows color (decimal): -2741357 or 9645014. OLE color: 9645014.
HSL color Cylindrical-coordinate representation of color #D62B93: hue angle of 323.51º 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 #D62B93 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 147 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.16 |
| HSL | 323.51º | 0.68% | 0.5% | - |
| HSV(B) | 323.51º | 0.8% | 0.84% | - |
| XYZ | 33.86 | 18.13 | 29.32 | - |
| YUV | 105.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 147 | 0 | 0.80 | 0.31 | 0.16 | 323.51 | 0.68 | 0.5 |
| Hex | D6 | 2B | 93 | 0 | 50 | 1F | 10 | 144 | 44 | 32 |
| Octal | 326 | 53 | 223 | 0 | 120 | 37 | 20 | 504 | 104 | 62 |
| Binary | 11010110 | 101011 | 10010011 | 0 | 1010000 | 11111 | 10000 | 101000100 | 1000100 | 110010 |
Color Harmonies of #D62B93
Complementary color
Monochromatic Colors of #D62B93
Black with #D62B93
Text Example
Text Example
White with #D62B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B93; }
p { color: rgb(214,43,147); }
H1.HeaderClassName
{
color: #D62B93;
}
.AnyTagClassName
{
color: #D62B93;
}
</style>
background-color css
<style>
a { background-color: #D62B93; }
a { background-color: rgb(214,43,147); }
div.DivClassName
{
background-color: #D62B93;
}
.BgClassName
{
background-color: #D62B93;
}
</style>
border-color css
<style>
span { border-color: #D62B93; }
span { border-color: rgb(214,43,147); }
td.TdClassName
{
border-color: #D62B93;
}
.TagClassName
{
border-color: #D62B93;
}
</style>