Shades of Deep Cerise #D5308F
Tints of Deep Cerise #D5308F
RGB
CMYK
RGB Variations
Color information
#D5308F (or 0xD5308F) is known color: Deep Cerise. HEX triplet: D5, 30 and 8F. RGB value is (213,48,143). Sum of RGB (Red+Green+Blue) = 213+48+143=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5308F is #2ACF70. Grayscale: #6B6B6B. Windows color (decimal): -2805617 or 9384149. OLE color: 9384149.
HSL color Cylindrical-coordinate representation of color #D5308F: hue angle of 325.45º 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 #D5308F is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 143 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.16 |
| HSL | 325.45º | 0.66% | 0.51% | - |
| HSV(B) | 325.45º | 0.77% | 0.84% | - |
| XYZ | 33.46 | 18.24 | 27.74 | - |
| YUV | 108.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 143 | 0 | 0.77 | 0.33 | 0.16 | 325.45 | 0.66 | 0.51 |
| Hex | D5 | 30 | 8F | 0 | 4D | 21 | 10 | 145 | 42 | 33 |
| Octal | 325 | 60 | 217 | 0 | 115 | 41 | 20 | 505 | 102 | 63 |
| Binary | 11010101 | 110000 | 10001111 | 0 | 1001101 | 100001 | 10000 | 101000101 | 1000010 | 110011 |
Color Harmonies of #D5308F
Complementary color
Monochromatic Colors of #D5308F
Black with #D5308F
Text Example
Text Example
White with #D5308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5308F; }
p { color: rgb(213,48,143); }
H1.HeaderClassName
{
color: #D5308F;
}
.AnyTagClassName
{
color: #D5308F;
}
</style>
background-color css
<style>
a { background-color: #D5308F; }
a { background-color: rgb(213,48,143); }
div.DivClassName
{
background-color: #D5308F;
}
.BgClassName
{
background-color: #D5308F;
}
</style>
border-color css
<style>
span { border-color: #D5308F; }
span { border-color: rgb(213,48,143); }
td.TdClassName
{
border-color: #D5308F;
}
.TagClassName
{
border-color: #D5308F;
}
</style>