Shades of Cerise #D13271
Tints of Cerise #D13271
RGB
CMYK
RGB Variations
Color information
#D13271 (or 0xD13271) is known color: Cerise. HEX triplet: D1, 32 and 71. RGB value is (209,50,113). Sum of RGB (Red+Green+Blue) = 209+50+113=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D13271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13271 is #2ECD8E. Grayscale: #686868. Windows color (decimal): -3067279 or 7418577. OLE color: 7418577.
HSL color Cylindrical-coordinate representation of color #D13271: hue angle of 336.23º 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 #D13271 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 113 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.18 |
| HSL | 336.23º | 0.63% | 0.51% | - |
| HSV(B) | 336.23º | 0.76% | 0.82% | - |
| XYZ | 30.42 | 17.03 | 17.31 | - |
| YUV | 104.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 113 | 0 | 0.76 | 0.46 | 0.18 | 336.23 | 0.63 | 0.51 |
| Hex | D1 | 32 | 71 | 0 | 4C | 2E | 12 | 150 | 3F | 33 |
| Octal | 321 | 62 | 161 | 0 | 114 | 56 | 22 | 520 | 77 | 63 |
| Binary | 11010001 | 110010 | 1110001 | 0 | 1001100 | 101110 | 10010 | 101010000 | 111111 | 110011 |
Color Harmonies of #D13271
Complementary color
Monochromatic Colors of #D13271
Black with #D13271
Text Example
Text Example
White with #D13271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13271; }
p { color: rgb(209,50,113); }
H1.HeaderClassName
{
color: #D13271;
}
.AnyTagClassName
{
color: #D13271;
}
</style>
background-color css
<style>
a { background-color: #D13271; }
a { background-color: rgb(209,50,113); }
div.DivClassName
{
background-color: #D13271;
}
.BgClassName
{
background-color: #D13271;
}
</style>
border-color css
<style>
span { border-color: #D13271; }
span { border-color: rgb(209,50,113); }
td.TdClassName
{
border-color: #D13271;
}
.TagClassName
{
border-color: #D13271;
}
</style>