Shades of Cerise #D13569
Tints of Cerise #D13569
RGB
CMYK
RGB Variations
Color information
#D13569 (or 0xD13569) is known color: Cerise. HEX triplet: D1, 35 and 69. RGB value is (209,53,105). Sum of RGB (Red+Green+Blue) = 209+53+105=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13569 is #2ECA96. Grayscale: #696969. Windows color (decimal): -3066519 or 6895057. OLE color: 6895057.
HSL color Cylindrical-coordinate representation of color #D13569: hue angle of 340º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13569 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 105 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.18 |
| HSL | 340º | 0.63% | 0.51% | - |
| HSV(B) | 340º | 0.75% | 0.82% | - |
| XYZ | 30.12 | 17.12 | 15.08 | - |
| YUV | 105.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 105 | 0 | 0.75 | 0.50 | 0.18 | 340 | 0.63 | 0.51 |
| Hex | D1 | 35 | 69 | 0 | 4B | 32 | 12 | 154 | 3F | 33 |
| Octal | 321 | 65 | 151 | 0 | 113 | 62 | 22 | 524 | 77 | 63 |
| Binary | 11010001 | 110101 | 1101001 | 0 | 1001011 | 110010 | 10010 | 101010100 | 111111 | 110011 |
Color Harmonies of #D13569
Complementary color
Monochromatic Colors of #D13569
Black with #D13569
Text Example
Text Example
White with #D13569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13569; }
p { color: rgb(209,53,105); }
H1.HeaderClassName
{
color: #D13569;
}
.AnyTagClassName
{
color: #D13569;
}
</style>
background-color css
<style>
a { background-color: #D13569; }
a { background-color: rgb(209,53,105); }
div.DivClassName
{
background-color: #D13569;
}
.BgClassName
{
background-color: #D13569;
}
</style>
border-color css
<style>
span { border-color: #D13569; }
span { border-color: rgb(209,53,105); }
td.TdClassName
{
border-color: #D13569;
}
.TagClassName
{
border-color: #D13569;
}
</style>