Shades of Cerise #D03769
Tints of Cerise #D03769
RGB
CMYK
RGB Variations
Color information
#D03769 (or 0xD03769) is known color: Cerise. HEX triplet: D0, 37 and 69. RGB value is (208,55,105). Sum of RGB (Red+Green+Blue) = 208+55+105=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D03769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03769 is #2FC896. Grayscale: #6A6A6A. Windows color (decimal): -3131543 or 6895568. OLE color: 6895568.
HSL color Cylindrical-coordinate representation of color #D03769: hue angle of 340.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03769 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 105 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.18 |
| HSL | 340.39º | 0.62% | 0.52% | - |
| HSV(B) | 340.39º | 0.74% | 0.82% | - |
| XYZ | 29.93 | 17.16 | 15.1 | - |
| YUV | 106.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 105 | 0 | 0.74 | 0.50 | 0.18 | 340.39 | 0.62 | 0.52 |
| Hex | D0 | 37 | 69 | 0 | 4A | 32 | 12 | 154 | 3E | 34 |
| Octal | 320 | 67 | 151 | 0 | 112 | 62 | 22 | 524 | 76 | 64 |
| Binary | 11010000 | 110111 | 1101001 | 0 | 1001010 | 110010 | 10010 | 101010100 | 111110 | 110100 |
Color Harmonies of #D03769
Complementary color
Monochromatic Colors of #D03769
Black with #D03769
Text Example
Text Example
White with #D03769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03769; }
p { color: rgb(208,55,105); }
H1.HeaderClassName
{
color: #D03769;
}
.AnyTagClassName
{
color: #D03769;
}
</style>
background-color css
<style>
a { background-color: #D03769; }
a { background-color: rgb(208,55,105); }
div.DivClassName
{
background-color: #D03769;
}
.BgClassName
{
background-color: #D03769;
}
</style>
border-color css
<style>
span { border-color: #D03769; }
span { border-color: rgb(208,55,105); }
td.TdClassName
{
border-color: #D03769;
}
.TagClassName
{
border-color: #D03769;
}
</style>