Shades of Deep Cerise #D5358A
Tints of Deep Cerise #D5358A
RGB
CMYK
RGB Variations
Color information
#D5358A (or 0xD5358A) is known color: Deep Cerise. HEX triplet: D5, 35 and 8A. RGB value is (213,53,138). Sum of RGB (Red+Green+Blue) = 213+53+138=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5358A is #2ACA75. Grayscale: #6E6E6E. Windows color (decimal): -2804342 or 9057749. OLE color: 9057749.
HSL color Cylindrical-coordinate representation of color #D5358A: hue angle of 328.12º 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 #D5358A is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 138 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.16 |
| HSL | 328.13º | 0.66% | 0.52% | - |
| HSV(B) | 328.13º | 0.75% | 0.84% | - |
| XYZ | 33.3 | 18.53 | 25.87 | - |
| YUV | 110.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 138 | 0 | 0.75 | 0.35 | 0.16 | 328.13 | 0.66 | 0.52 |
| Hex | D5 | 35 | 8A | 0 | 4B | 23 | 10 | 148 | 42 | 34 |
| Octal | 325 | 65 | 212 | 0 | 113 | 43 | 20 | 510 | 102 | 64 |
| Binary | 11010101 | 110101 | 10001010 | 0 | 1001011 | 100011 | 10000 | 101001000 | 1000010 | 110100 |
Color Harmonies of #D5358A
Complementary color
Monochromatic Colors of #D5358A
Black with #D5358A
Text Example
Text Example
White with #D5358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5358A; }
p { color: rgb(213,53,138); }
H1.HeaderClassName
{
color: #D5358A;
}
.AnyTagClassName
{
color: #D5358A;
}
</style>
background-color css
<style>
a { background-color: #D5358A; }
a { background-color: rgb(213,53,138); }
div.DivClassName
{
background-color: #D5358A;
}
.BgClassName
{
background-color: #D5358A;
}
</style>
border-color css
<style>
span { border-color: #D5358A; }
span { border-color: rgb(213,53,138); }
td.TdClassName
{
border-color: #D5358A;
}
.TagClassName
{
border-color: #D5358A;
}
</style>