Shades of Cerise #D13369
Tints of Cerise #D13369
RGB
CMYK
RGB Variations
Color information
#D13369 (or 0xD13369) is known color: Cerise. HEX triplet: D1, 33 and 69. RGB value is (209,51,105). Sum of RGB (Red+Green+Blue) = 209+51+105=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D13369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13369 is #2ECC96. Grayscale: #686868. Windows color (decimal): -3067031 or 6894545. OLE color: 6894545.
HSL color Cylindrical-coordinate representation of color #D13369: hue angle of 339.49º 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 #D13369 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 105 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.18 |
| HSL | 339.49º | 0.63% | 0.51% | - |
| HSV(B) | 339.49º | 0.76% | 0.82% | - |
| XYZ | 30.03 | 16.94 | 15.05 | - |
| YUV | 104.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 105 | 0 | 0.76 | 0.50 | 0.18 | 339.49 | 0.63 | 0.51 |
| Hex | D1 | 33 | 69 | 0 | 4C | 32 | 12 | 153 | 3F | 33 |
| Octal | 321 | 63 | 151 | 0 | 114 | 62 | 22 | 523 | 77 | 63 |
| Binary | 11010001 | 110011 | 1101001 | 0 | 1001100 | 110010 | 10010 | 101010011 | 111111 | 110011 |
Color Harmonies of #D13369
Complementary color
Monochromatic Colors of #D13369
Black with #D13369
Text Example
Text Example
White with #D13369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13369; }
p { color: rgb(209,51,105); }
H1.HeaderClassName
{
color: #D13369;
}
.AnyTagClassName
{
color: #D13369;
}
</style>
background-color css
<style>
a { background-color: #D13369; }
a { background-color: rgb(209,51,105); }
div.DivClassName
{
background-color: #D13369;
}
.BgClassName
{
background-color: #D13369;
}
</style>
border-color css
<style>
span { border-color: #D13369; }
span { border-color: rgb(209,51,105); }
td.TdClassName
{
border-color: #D13369;
}
.TagClassName
{
border-color: #D13369;
}
</style>