Shades of Deep Cerise #D5307B
Tints of Deep Cerise #D5307B
RGB
CMYK
RGB Variations
Color information
#D5307B (or 0xD5307B) is known color: Deep Cerise. HEX triplet: D5, 30 and 7B. RGB value is (213,48,123). Sum of RGB (Red+Green+Blue) = 213+48+123=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D5307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5307B is #2ACF84. Grayscale: #696969. Windows color (decimal): -2805637 or 8073429. OLE color: 8073429.
HSL color Cylindrical-coordinate representation of color #D5307B: hue angle of 332.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5307B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 123 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.16 |
| HSL | 332.73º | 0.66% | 0.51% | - |
| HSV(B) | 332.73º | 0.77% | 0.84% | - |
| XYZ | 32.07 | 17.69 | 20.46 | - |
| YUV | 105.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 123 | 0 | 0.77 | 0.42 | 0.16 | 332.73 | 0.66 | 0.51 |
| Hex | D5 | 30 | 7B | 0 | 4D | 2A | 10 | 14D | 42 | 33 |
| Octal | 325 | 60 | 173 | 0 | 115 | 52 | 20 | 515 | 102 | 63 |
| Binary | 11010101 | 110000 | 1111011 | 0 | 1001101 | 101010 | 10000 | 101001101 | 1000010 | 110011 |
Color Harmonies of #D5307B
Complementary color
Monochromatic Colors of #D5307B
Black with #D5307B
Text Example
Text Example
White with #D5307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5307B; }
p { color: rgb(213,48,123); }
H1.HeaderClassName
{
color: #D5307B;
}
.AnyTagClassName
{
color: #D5307B;
}
</style>
background-color css
<style>
a { background-color: #D5307B; }
a { background-color: rgb(213,48,123); }
div.DivClassName
{
background-color: #D5307B;
}
.BgClassName
{
background-color: #D5307B;
}
</style>
border-color css
<style>
span { border-color: #D5307B; }
span { border-color: rgb(213,48,123); }
td.TdClassName
{
border-color: #D5307B;
}
.TagClassName
{
border-color: #D5307B;
}
</style>