Shades of Cerise #D03869
Tints of Cerise #D03869
RGB
CMYK
RGB Variations
Color information
#D03869 (or 0xD03869) is known color: Cerise. HEX triplet: D0, 38 and 69. RGB value is (208,56,105). Sum of RGB (Red+Green+Blue) = 208+56+105=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D03869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03869 is #2FC796. Grayscale: #6A6A6A. Windows color (decimal): -3131287 or 6895824. OLE color: 6895824.
HSL color Cylindrical-coordinate representation of color #D03869: hue angle of 340.66º 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 #D03869 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 105 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.18 |
| HSL | 340.66º | 0.62% | 0.52% | - |
| HSV(B) | 340.66º | 0.73% | 0.82% | - |
| XYZ | 29.98 | 17.26 | 15.12 | - |
| YUV | 107.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 105 | 0 | 0.73 | 0.50 | 0.18 | 340.66 | 0.62 | 0.52 |
| Hex | D0 | 38 | 69 | 0 | 49 | 32 | 12 | 155 | 3E | 34 |
| Octal | 320 | 70 | 151 | 0 | 111 | 62 | 22 | 525 | 76 | 64 |
| Binary | 11010000 | 111000 | 1101001 | 0 | 1001001 | 110010 | 10010 | 101010101 | 111110 | 110100 |
Color Harmonies of #D03869
Complementary color
Monochromatic Colors of #D03869
Black with #D03869
Text Example
Text Example
White with #D03869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03869; }
p { color: rgb(208,56,105); }
H1.HeaderClassName
{
color: #D03869;
}
.AnyTagClassName
{
color: #D03869;
}
</style>
background-color css
<style>
a { background-color: #D03869; }
a { background-color: rgb(208,56,105); }
div.DivClassName
{
background-color: #D03869;
}
.BgClassName
{
background-color: #D03869;
}
</style>
border-color css
<style>
span { border-color: #D03869; }
span { border-color: rgb(208,56,105); }
td.TdClassName
{
border-color: #D03869;
}
.TagClassName
{
border-color: #D03869;
}
</style>