Shades of Cerise #D02971
Tints of Cerise #D02971
RGB
CMYK
RGB Variations
Color information
#D02971 (or 0xD02971) is known color: Cerise. HEX triplet: D0, 29 and 71. RGB value is (208,41,113). Sum of RGB (Red+Green+Blue) = 208+41+113=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02971 is #2FD68E. Grayscale: #636363. Windows color (decimal): -3135119 or 7416272. OLE color: 7416272.
HSL color Cylindrical-coordinate representation of color #D02971: hue angle of 334.13º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02971 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 113 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.18 |
| HSL | 334.13º | 0.67% | 0.49% | - |
| HSV(B) | 334.13º | 0.8% | 0.82% | - |
| XYZ | 29.79 | 16.19 | 17.18 | - |
| YUV | 99.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 113 | 0 | 0.80 | 0.46 | 0.18 | 334.13 | 0.67 | 0.49 |
| Hex | D0 | 29 | 71 | 0 | 50 | 2E | 12 | 14E | 43 | 31 |
| Octal | 320 | 51 | 161 | 0 | 120 | 56 | 22 | 516 | 103 | 61 |
| Binary | 11010000 | 101001 | 1110001 | 0 | 1010000 | 101110 | 10010 | 101001110 | 1000011 | 110001 |
Color Harmonies of #D02971
Complementary color
Monochromatic Colors of #D02971
Black with #D02971
Text Example
Text Example
White with #D02971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02971; }
p { color: rgb(208,41,113); }
H1.HeaderClassName
{
color: #D02971;
}
.AnyTagClassName
{
color: #D02971;
}
</style>
background-color css
<style>
a { background-color: #D02971; }
a { background-color: rgb(208,41,113); }
div.DivClassName
{
background-color: #D02971;
}
.BgClassName
{
background-color: #D02971;
}
</style>
border-color css
<style>
span { border-color: #D02971; }
span { border-color: rgb(208,41,113); }
td.TdClassName
{
border-color: #D02971;
}
.TagClassName
{
border-color: #D02971;
}
</style>