Shades of Cerise #D0295A
Tints of Cerise #D0295A
RGB
CMYK
RGB Variations
Color information
#D0295A (or 0xD0295A) is known color: Cerise. HEX triplet: D0, 29 and 5A. RGB value is (208,41,90). Sum of RGB (Red+Green+Blue) = 208+41+90=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0295A is #2FD6A5. Grayscale: #606060. Windows color (decimal): -3135142 or 5908944. OLE color: 5908944.
HSL color Cylindrical-coordinate representation of color #D0295A: hue angle of 342.4º 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 #D0295A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 90 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.18 |
| HSL | 342.4º | 0.67% | 0.49% | - |
| HSV(B) | 342.4º | 0.8% | 0.82% | - |
| XYZ | 28.65 | 15.73 | 11.2 | - |
| YUV | 96.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 90 | 0 | 0.80 | 0.57 | 0.18 | 342.4 | 0.67 | 0.49 |
| Hex | D0 | 29 | 5A | 0 | 50 | 39 | 12 | 156 | 43 | 31 |
| Octal | 320 | 51 | 132 | 0 | 120 | 71 | 22 | 526 | 103 | 61 |
| Binary | 11010000 | 101001 | 1011010 | 0 | 1010000 | 111001 | 10010 | 101010110 | 1000011 | 110001 |
Color Harmonies of #D0295A
Complementary color
Monochromatic Colors of #D0295A
Black with #D0295A
Text Example
Text Example
White with #D0295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0295A; }
p { color: rgb(208,41,90); }
H1.HeaderClassName
{
color: #D0295A;
}
.AnyTagClassName
{
color: #D0295A;
}
</style>
background-color css
<style>
a { background-color: #D0295A; }
a { background-color: rgb(208,41,90); }
div.DivClassName
{
background-color: #D0295A;
}
.BgClassName
{
background-color: #D0295A;
}
</style>
border-color css
<style>
span { border-color: #D0295A; }
span { border-color: rgb(208,41,90); }
td.TdClassName
{
border-color: #D0295A;
}
.TagClassName
{
border-color: #D0295A;
}
</style>