Shades of Cerise #D0295F
Tints of Cerise #D0295F
RGB
CMYK
RGB Variations
Color information
#D0295F (or 0xD0295F) is known color: Cerise. HEX triplet: D0, 29 and 5F. RGB value is (208,41,95). Sum of RGB (Red+Green+Blue) = 208+41+95=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D0295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0295F is #2FD6A0. Grayscale: #616161. Windows color (decimal): -3135137 or 6236624. OLE color: 6236624.
HSL color Cylindrical-coordinate representation of color #D0295F: hue angle of 340.6º 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 #D0295F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 95 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.18 |
| HSL | 340.6º | 0.67% | 0.49% | - |
| HSV(B) | 340.6º | 0.8% | 0.82% | - |
| XYZ | 28.87 | 15.82 | 12.36 | - |
| YUV | 97.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 95 | 0 | 0.80 | 0.54 | 0.18 | 340.6 | 0.67 | 0.49 |
| Hex | D0 | 29 | 5F | 0 | 50 | 36 | 12 | 155 | 43 | 31 |
| Octal | 320 | 51 | 137 | 0 | 120 | 66 | 22 | 525 | 103 | 61 |
| Binary | 11010000 | 101001 | 1011111 | 0 | 1010000 | 110110 | 10010 | 101010101 | 1000011 | 110001 |
Color Harmonies of #D0295F
Complementary color
Monochromatic Colors of #D0295F
Black with #D0295F
Text Example
Text Example
White with #D0295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0295F; }
p { color: rgb(208,41,95); }
H1.HeaderClassName
{
color: #D0295F;
}
.AnyTagClassName
{
color: #D0295F;
}
</style>
background-color css
<style>
a { background-color: #D0295F; }
a { background-color: rgb(208,41,95); }
div.DivClassName
{
background-color: #D0295F;
}
.BgClassName
{
background-color: #D0295F;
}
</style>
border-color css
<style>
span { border-color: #D0295F; }
span { border-color: rgb(208,41,95); }
td.TdClassName
{
border-color: #D0295F;
}
.TagClassName
{
border-color: #D0295F;
}
</style>