Shades of Deep Cerise #D63B9D
Tints of Deep Cerise #D63B9D
RGB
CMYK
RGB Variations
Color information
#D63B9D (or 0xD63B9D) is known color: Deep Cerise. HEX triplet: D6, 3B and 9D. RGB value is (214,59,157). Sum of RGB (Red+Green+Blue) = 214+59+157=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63B9D is #29C462. Grayscale: #747474. Windows color (decimal): -2737251 or 10304470. OLE color: 10304470.
HSL color Cylindrical-coordinate representation of color #D63B9D: hue angle of 322.06º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63B9D is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 157 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.16 |
| HSL | 322.06º | 0.65% | 0.54% | - |
| HSV(B) | 322.06º | 0.72% | 0.84% | - |
| XYZ | 35.38 | 19.86 | 33.87 | - |
| YUV | 116.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 157 | 0 | 0.72 | 0.27 | 0.16 | 322.06 | 0.65 | 0.54 |
| Hex | D6 | 3B | 9D | 0 | 48 | 1B | 10 | 142 | 41 | 36 |
| Octal | 326 | 73 | 235 | 0 | 110 | 33 | 20 | 502 | 101 | 66 |
| Binary | 11010110 | 111011 | 10011101 | 0 | 1001000 | 11011 | 10000 | 101000010 | 1000001 | 110110 |
Color Harmonies of #D63B9D
Complementary color
Monochromatic Colors of #D63B9D
Black with #D63B9D
Text Example
Text Example
White with #D63B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B9D; }
p { color: rgb(214,59,157); }
H1.HeaderClassName
{
color: #D63B9D;
}
.AnyTagClassName
{
color: #D63B9D;
}
</style>
background-color css
<style>
a { background-color: #D63B9D; }
a { background-color: rgb(214,59,157); }
div.DivClassName
{
background-color: #D63B9D;
}
.BgClassName
{
background-color: #D63B9D;
}
</style>
border-color css
<style>
span { border-color: #D63B9D; }
span { border-color: rgb(214,59,157); }
td.TdClassName
{
border-color: #D63B9D;
}
.TagClassName
{
border-color: #D63B9D;
}
</style>