Shades of Deep Cerise #D5367B
Tints of Deep Cerise #D5367B
RGB
CMYK
RGB Variations
Color information
#D5367B (or 0xD5367B) is known color: Deep Cerise. HEX triplet: D5, 36 and 7B. RGB value is (213,54,123). Sum of RGB (Red+Green+Blue) = 213+54+123=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5367B is #2AC984. Grayscale: #6D6D6D. Windows color (decimal): -2804101 or 8074965. OLE color: 8074965.
HSL color Cylindrical-coordinate representation of color #D5367B: hue angle of 333.96º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5367B is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 123 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.16 |
| HSL | 333.96º | 0.65% | 0.52% | - |
| HSV(B) | 333.96º | 0.75% | 0.84% | - |
| XYZ | 32.33 | 18.21 | 20.55 | - |
| YUV | 109.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 123 | 0 | 0.75 | 0.42 | 0.16 | 333.96 | 0.65 | 0.52 |
| Hex | D5 | 36 | 7B | 0 | 4B | 2A | 10 | 14E | 41 | 34 |
| Octal | 325 | 66 | 173 | 0 | 113 | 52 | 20 | 516 | 101 | 64 |
| Binary | 11010101 | 110110 | 1111011 | 0 | 1001011 | 101010 | 10000 | 101001110 | 1000001 | 110100 |
Color Harmonies of #D5367B
Complementary color
Monochromatic Colors of #D5367B
Black with #D5367B
Text Example
Text Example
White with #D5367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5367B; }
p { color: rgb(213,54,123); }
H1.HeaderClassName
{
color: #D5367B;
}
.AnyTagClassName
{
color: #D5367B;
}
</style>
background-color css
<style>
a { background-color: #D5367B; }
a { background-color: rgb(213,54,123); }
div.DivClassName
{
background-color: #D5367B;
}
.BgClassName
{
background-color: #D5367B;
}
</style>
border-color css
<style>
span { border-color: #D5367B; }
span { border-color: rgb(213,54,123); }
td.TdClassName
{
border-color: #D5367B;
}
.TagClassName
{
border-color: #D5367B;
}
</style>