Shades of Cerise #D03661
Tints of Cerise #D03661
RGB
CMYK
RGB Variations
Color information
#D03661 (or 0xD03661) is known color: Cerise. HEX triplet: D0, 36 and 61. RGB value is (208,54,97). Sum of RGB (Red+Green+Blue) = 208+54+97=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D03661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03661 is #2FC99E. Grayscale: #686868. Windows color (decimal): -3131807 or 6371024. OLE color: 6371024.
HSL color Cylindrical-coordinate representation of color #D03661: hue angle of 343.25º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03661 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 97 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.18 |
| HSL | 343.25º | 0.62% | 0.51% | - |
| HSV(B) | 343.25º | 0.74% | 0.82% | - |
| XYZ | 29.49 | 16.91 | 13.02 | - |
| YUV | 104.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 97 | 0 | 0.74 | 0.53 | 0.18 | 343.25 | 0.62 | 0.51 |
| Hex | D0 | 36 | 61 | 0 | 4A | 35 | 12 | 157 | 3E | 33 |
| Octal | 320 | 66 | 141 | 0 | 112 | 65 | 22 | 527 | 76 | 63 |
| Binary | 11010000 | 110110 | 1100001 | 0 | 1001010 | 110101 | 10010 | 101010111 | 111110 | 110011 |
Color Harmonies of #D03661
Complementary color
Monochromatic Colors of #D03661
Black with #D03661
Text Example
Text Example
White with #D03661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03661; }
p { color: rgb(208,54,97); }
H1.HeaderClassName
{
color: #D03661;
}
.AnyTagClassName
{
color: #D03661;
}
</style>
background-color css
<style>
a { background-color: #D03661; }
a { background-color: rgb(208,54,97); }
div.DivClassName
{
background-color: #D03661;
}
.BgClassName
{
background-color: #D03661;
}
</style>
border-color css
<style>
span { border-color: #D03661; }
span { border-color: rgb(208,54,97); }
td.TdClassName
{
border-color: #D03661;
}
.TagClassName
{
border-color: #D03661;
}
</style>