Shades of Deep Cerise #D5327B
Tints of Deep Cerise #D5327B
RGB
CMYK
RGB Variations
Color information
#D5327B (or 0xD5327B) is known color: Deep Cerise. HEX triplet: D5, 32 and 7B. RGB value is (213,50,123). Sum of RGB (Red+Green+Blue) = 213+50+123=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5327B is #2ACD84. Grayscale: #6A6A6A. Windows color (decimal): -2805125 or 8073941. OLE color: 8073941.
HSL color Cylindrical-coordinate representation of color #D5327B: hue angle of 333.13º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5327B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 123 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.16 |
| HSL | 333.13º | 0.66% | 0.52% | - |
| HSV(B) | 333.13º | 0.77% | 0.84% | - |
| XYZ | 32.16 | 17.86 | 20.49 | - |
| YUV | 107.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 123 | 0 | 0.77 | 0.42 | 0.16 | 333.13 | 0.66 | 0.52 |
| Hex | D5 | 32 | 7B | 0 | 4D | 2A | 10 | 14D | 42 | 34 |
| Octal | 325 | 62 | 173 | 0 | 115 | 52 | 20 | 515 | 102 | 64 |
| Binary | 11010101 | 110010 | 1111011 | 0 | 1001101 | 101010 | 10000 | 101001101 | 1000010 | 110100 |
Color Harmonies of #D5327B
Complementary color
Monochromatic Colors of #D5327B
Black with #D5327B
Text Example
Text Example
White with #D5327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5327B; }
p { color: rgb(213,50,123); }
H1.HeaderClassName
{
color: #D5327B;
}
.AnyTagClassName
{
color: #D5327B;
}
</style>
background-color css
<style>
a { background-color: #D5327B; }
a { background-color: rgb(213,50,123); }
div.DivClassName
{
background-color: #D5327B;
}
.BgClassName
{
background-color: #D5327B;
}
</style>
border-color css
<style>
span { border-color: #D5327B; }
span { border-color: rgb(213,50,123); }
td.TdClassName
{
border-color: #D5327B;
}
.TagClassName
{
border-color: #D5327B;
}
</style>