Shades of Deep Cerise #D5358B
Tints of Deep Cerise #D5358B
RGB
CMYK
RGB Variations
Color information
#D5358B (or 0xD5358B) is known color: Deep Cerise. HEX triplet: D5, 35 and 8B. RGB value is (213,53,139). Sum of RGB (Red+Green+Blue) = 213+53+139=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5358B is #2ACA74. Grayscale: #6E6E6E. Windows color (decimal): -2804341 or 9123285. OLE color: 9123285.
HSL color Cylindrical-coordinate representation of color #D5358B: hue angle of 327.75º degrees, saturation: 0.66, 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 #D5358B is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 139 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.16 |
| HSL | 327.75º | 0.66% | 0.52% | - |
| HSV(B) | 327.75º | 0.75% | 0.84% | - |
| XYZ | 33.37 | 18.56 | 26.25 | - |
| YUV | 110.64 | 144.01 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 139 | 0 | 0.75 | 0.35 | 0.16 | 327.75 | 0.66 | 0.52 |
| Hex | D5 | 35 | 8B | 0 | 4B | 23 | 10 | 148 | 42 | 34 |
| Octal | 325 | 65 | 213 | 0 | 113 | 43 | 20 | 510 | 102 | 64 |
| Binary | 11010101 | 110101 | 10001011 | 0 | 1001011 | 100011 | 10000 | 101001000 | 1000010 | 110100 |
Color Harmonies of #D5358B
Complementary color
Monochromatic Colors of #D5358B
Black with #D5358B
Text Example
Text Example
White with #D5358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5358B; }
p { color: rgb(213,53,139); }
H1.HeaderClassName
{
color: #D5358B;
}
.AnyTagClassName
{
color: #D5358B;
}
</style>
background-color css
<style>
a { background-color: #D5358B; }
a { background-color: rgb(213,53,139); }
div.DivClassName
{
background-color: #D5358B;
}
.BgClassName
{
background-color: #D5358B;
}
</style>
border-color css
<style>
span { border-color: #D5358B; }
span { border-color: rgb(213,53,139); }
td.TdClassName
{
border-color: #D5358B;
}
.TagClassName
{
border-color: #D5358B;
}
</style>