Shades of Cerise #D03271
Tints of Cerise #D03271
RGB
CMYK
RGB Variations
Color information
#D03271 (or 0xD03271) is known color: Cerise. HEX triplet: D0, 32 and 71. RGB value is (208,50,113). Sum of RGB (Red+Green+Blue) = 208+50+113=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D03271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03271 is #2FCD8E. Grayscale: #686868. Windows color (decimal): -3132815 or 7418576. OLE color: 7418576.
HSL color Cylindrical-coordinate representation of color #D03271: hue angle of 336.08º 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 #D03271 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 113 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.18 |
| HSL | 336.08º | 0.63% | 0.51% | - |
| HSV(B) | 336.08º | 0.76% | 0.82% | - |
| XYZ | 30.13 | 16.88 | 17.29 | - |
| YUV | 104.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 113 | 0 | 0.76 | 0.46 | 0.18 | 336.08 | 0.63 | 0.51 |
| Hex | D0 | 32 | 71 | 0 | 4C | 2E | 12 | 150 | 3F | 33 |
| Octal | 320 | 62 | 161 | 0 | 114 | 56 | 22 | 520 | 77 | 63 |
| Binary | 11010000 | 110010 | 1110001 | 0 | 1001100 | 101110 | 10010 | 101010000 | 111111 | 110011 |
Color Harmonies of #D03271
Complementary color
Monochromatic Colors of #D03271
Black with #D03271
Text Example
Text Example
White with #D03271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03271; }
p { color: rgb(208,50,113); }
H1.HeaderClassName
{
color: #D03271;
}
.AnyTagClassName
{
color: #D03271;
}
</style>
background-color css
<style>
a { background-color: #D03271; }
a { background-color: rgb(208,50,113); }
div.DivClassName
{
background-color: #D03271;
}
.BgClassName
{
background-color: #D03271;
}
</style>
border-color css
<style>
span { border-color: #D03271; }
span { border-color: rgb(208,50,113); }
td.TdClassName
{
border-color: #D03271;
}
.TagClassName
{
border-color: #D03271;
}
</style>