Shades of Cerise #D5336D
Tints of Cerise #D5336D
RGB
CMYK
RGB Variations
Color information
#D5336D (or 0xD5336D) is known color: Cerise. HEX triplet: D5, 33 and 6D. RGB value is (213,51,109). Sum of RGB (Red+Green+Blue) = 213+51+109=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5336D is #2ACC92. Grayscale: #696969. Windows color (decimal): -2804883 or 7156693. OLE color: 7156693.
HSL color Cylindrical-coordinate representation of color #D5336D: hue angle of 338.52º 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 #D5336D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 109 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.16 |
| HSL | 338.52º | 0.66% | 0.52% | - |
| HSV(B) | 338.52º | 0.76% | 0.84% | - |
| XYZ | 31.38 | 17.62 | 16.21 | - |
| YUV | 106.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 109 | 0 | 0.76 | 0.49 | 0.16 | 338.52 | 0.66 | 0.52 |
| Hex | D5 | 33 | 6D | 0 | 4C | 31 | 10 | 153 | 42 | 34 |
| Octal | 325 | 63 | 155 | 0 | 114 | 61 | 20 | 523 | 102 | 64 |
| Binary | 11010101 | 110011 | 1101101 | 0 | 1001100 | 110001 | 10000 | 101010011 | 1000010 | 110100 |
Color Harmonies of #D5336D
Complementary color
Monochromatic Colors of #D5336D
Black with #D5336D
Text Example
Text Example
White with #D5336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5336D; }
p { color: rgb(213,51,109); }
H1.HeaderClassName
{
color: #D5336D;
}
.AnyTagClassName
{
color: #D5336D;
}
</style>
background-color css
<style>
a { background-color: #D5336D; }
a { background-color: rgb(213,51,109); }
div.DivClassName
{
background-color: #D5336D;
}
.BgClassName
{
background-color: #D5336D;
}
</style>
border-color css
<style>
span { border-color: #D5336D; }
span { border-color: rgb(213,51,109); }
td.TdClassName
{
border-color: #D5336D;
}
.TagClassName
{
border-color: #D5336D;
}
</style>