Shades of Cerise #D5335A
Tints of Cerise #D5335A
RGB
CMYK
RGB Variations
Color information
#D5335A (or 0xD5335A) is known color: Cerise. HEX triplet: D5, 33 and 5A. RGB value is (213,51,90). Sum of RGB (Red+Green+Blue) = 213+51+90=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5335A is #2ACCA5. Grayscale: #676767. Windows color (decimal): -2804902 or 5911509. OLE color: 5911509.
HSL color Cylindrical-coordinate representation of color #D5335A: hue angle of 345.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5335A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 90 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.16 |
| HSL | 345.56º | 0.66% | 0.52% | - |
| HSV(B) | 345.56º | 0.76% | 0.84% | - |
| XYZ | 30.47 | 17.25 | 11.4 | - |
| YUV | 103.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 90 | 0 | 0.76 | 0.58 | 0.16 | 345.56 | 0.66 | 0.52 |
| Hex | D5 | 33 | 5A | 0 | 4C | 3A | 10 | 15A | 42 | 34 |
| Octal | 325 | 63 | 132 | 0 | 114 | 72 | 20 | 532 | 102 | 64 |
| Binary | 11010101 | 110011 | 1011010 | 0 | 1001100 | 111010 | 10000 | 101011010 | 1000010 | 110100 |
Color Harmonies of #D5335A
Complementary color
Monochromatic Colors of #D5335A
Black with #D5335A
Text Example
Text Example
White with #D5335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5335A; }
p { color: rgb(213,51,90); }
H1.HeaderClassName
{
color: #D5335A;
}
.AnyTagClassName
{
color: #D5335A;
}
</style>
background-color css
<style>
a { background-color: #D5335A; }
a { background-color: rgb(213,51,90); }
div.DivClassName
{
background-color: #D5335A;
}
.BgClassName
{
background-color: #D5335A;
}
</style>
border-color css
<style>
span { border-color: #D5335A; }
span { border-color: rgb(213,51,90); }
td.TdClassName
{
border-color: #D5335A;
}
.TagClassName
{
border-color: #D5335A;
}
</style>