Shades of Cerise #D13869
Tints of Cerise #D13869
RGB
CMYK
RGB Variations
Color information
#D13869 (or 0xD13869) is known color: Cerise. HEX triplet: D1, 38 and 69. RGB value is (209,56,105). Sum of RGB (Red+Green+Blue) = 209+56+105=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D13869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13869 is #2EC796. Grayscale: #6B6B6B. Windows color (decimal): -3065751 or 6895825. OLE color: 6895825.
HSL color Cylindrical-coordinate representation of color #D13869: hue angle of 340.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13869 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 105 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.18 |
| HSL | 340.78º | 0.62% | 0.52% | - |
| HSV(B) | 340.78º | 0.73% | 0.82% | - |
| XYZ | 30.26 | 17.4 | 15.13 | - |
| YUV | 107.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 105 | 0 | 0.73 | 0.50 | 0.18 | 340.78 | 0.62 | 0.52 |
| Hex | D1 | 38 | 69 | 0 | 49 | 32 | 12 | 155 | 3E | 34 |
| Octal | 321 | 70 | 151 | 0 | 111 | 62 | 22 | 525 | 76 | 64 |
| Binary | 11010001 | 111000 | 1101001 | 0 | 1001001 | 110010 | 10010 | 101010101 | 111110 | 110100 |
Color Harmonies of #D13869
Complementary color
Monochromatic Colors of #D13869
Black with #D13869
Text Example
Text Example
White with #D13869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13869; }
p { color: rgb(209,56,105); }
H1.HeaderClassName
{
color: #D13869;
}
.AnyTagClassName
{
color: #D13869;
}
</style>
background-color css
<style>
a { background-color: #D13869; }
a { background-color: rgb(209,56,105); }
div.DivClassName
{
background-color: #D13869;
}
.BgClassName
{
background-color: #D13869;
}
</style>
border-color css
<style>
span { border-color: #D13869; }
span { border-color: rgb(209,56,105); }
td.TdClassName
{
border-color: #D13869;
}
.TagClassName
{
border-color: #D13869;
}
</style>