Shades of Deep Cerise #D5308E
Tints of Deep Cerise #D5308E
RGB
CMYK
RGB Variations
Color information
#D5308E (or 0xD5308E) is known color: Deep Cerise. HEX triplet: D5, 30 and 8E. RGB value is (213,48,142). Sum of RGB (Red+Green+Blue) = 213+48+142=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5308E is #2ACF71. Grayscale: #6B6B6B. Windows color (decimal): -2805618 or 9318613. OLE color: 9318613.
HSL color Cylindrical-coordinate representation of color #D5308E: hue angle of 325.82º 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 #D5308E is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 142 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.16 |
| HSL | 325.82º | 0.66% | 0.51% | - |
| HSV(B) | 325.82º | 0.77% | 0.84% | - |
| XYZ | 33.38 | 18.21 | 27.35 | - |
| YUV | 108.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 142 | 0 | 0.77 | 0.33 | 0.16 | 325.82 | 0.66 | 0.51 |
| Hex | D5 | 30 | 8E | 0 | 4D | 21 | 10 | 146 | 42 | 33 |
| Octal | 325 | 60 | 216 | 0 | 115 | 41 | 20 | 506 | 102 | 63 |
| Binary | 11010101 | 110000 | 10001110 | 0 | 1001101 | 100001 | 10000 | 101000110 | 1000010 | 110011 |
Color Harmonies of #D5308E
Complementary color
Monochromatic Colors of #D5308E
Black with #D5308E
Text Example
Text Example
White with #D5308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5308E; }
p { color: rgb(213,48,142); }
H1.HeaderClassName
{
color: #D5308E;
}
.AnyTagClassName
{
color: #D5308E;
}
</style>
background-color css
<style>
a { background-color: #D5308E; }
a { background-color: rgb(213,48,142); }
div.DivClassName
{
background-color: #D5308E;
}
.BgClassName
{
background-color: #D5308E;
}
</style>
border-color css
<style>
span { border-color: #D5308E; }
span { border-color: rgb(213,48,142); }
td.TdClassName
{
border-color: #D5308E;
}
.TagClassName
{
border-color: #D5308E;
}
</style>