Shades of Cerise #D1335B
Tints of Cerise #D1335B
RGB
CMYK
RGB Variations
Color information
#D1335B (or 0xD1335B) is known color: Cerise. HEX triplet: D1, 33 and 5B. RGB value is (209,51,91). Sum of RGB (Red+Green+Blue) = 209+51+91=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1335B is #2ECCA4. Grayscale: #666666. Windows color (decimal): -3067045 or 5977041. OLE color: 5977041.
HSL color Cylindrical-coordinate representation of color #D1335B: hue angle of 344.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1335B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 91 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.18 |
| HSL | 344.81º | 0.63% | 0.51% | - |
| HSV(B) | 344.81º | 0.76% | 0.82% | - |
| XYZ | 29.37 | 16.68 | 11.57 | - |
| YUV | 102.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 91 | 0 | 0.76 | 0.56 | 0.18 | 344.81 | 0.63 | 0.51 |
| Hex | D1 | 33 | 5B | 0 | 4C | 38 | 12 | 159 | 3F | 33 |
| Octal | 321 | 63 | 133 | 0 | 114 | 70 | 22 | 531 | 77 | 63 |
| Binary | 11010001 | 110011 | 1011011 | 0 | 1001100 | 111000 | 10010 | 101011001 | 111111 | 110011 |
Color Harmonies of #D1335B
Complementary color
Monochromatic Colors of #D1335B
Black with #D1335B
Text Example
Text Example
White with #D1335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1335B; }
p { color: rgb(209,51,91); }
H1.HeaderClassName
{
color: #D1335B;
}
.AnyTagClassName
{
color: #D1335B;
}
</style>
background-color css
<style>
a { background-color: #D1335B; }
a { background-color: rgb(209,51,91); }
div.DivClassName
{
background-color: #D1335B;
}
.BgClassName
{
background-color: #D1335B;
}
</style>
border-color css
<style>
span { border-color: #D1335B; }
span { border-color: rgb(209,51,91); }
td.TdClassName
{
border-color: #D1335B;
}
.TagClassName
{
border-color: #D1335B;
}
</style>