Shades of Cerise #D0276E
Tints of Cerise #D0276E
RGB
CMYK
RGB Variations
Color information
#D0276E (or 0xD0276E) is known color: Cerise. HEX triplet: D0, 27 and 6E. RGB value is (208,39,110). Sum of RGB (Red+Green+Blue) = 208+39+110=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0276E is #2FD891. Grayscale: #616161. Windows color (decimal): -3135634 or 7219152. OLE color: 7219152.
HSL color Cylindrical-coordinate representation of color #D0276E: hue angle of 334.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0276E is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 110 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.18 |
| HSL | 334.79º | 0.68% | 0.48% | - |
| HSV(B) | 334.79º | 0.81% | 0.82% | - |
| XYZ | 29.55 | 15.99 | 16.28 | - |
| YUV | 97.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 110 | 0 | 0.81 | 0.47 | 0.18 | 334.79 | 0.68 | 0.48 |
| Hex | D0 | 27 | 6E | 0 | 51 | 2F | 12 | 14F | 44 | 30 |
| Octal | 320 | 47 | 156 | 0 | 121 | 57 | 22 | 517 | 104 | 60 |
| Binary | 11010000 | 100111 | 1101110 | 0 | 1010001 | 101111 | 10010 | 101001111 | 1000100 | 110000 |
Color Harmonies of #D0276E
Complementary color
Monochromatic Colors of #D0276E
Black with #D0276E
Text Example
Text Example
White with #D0276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0276E; }
p { color: rgb(208,39,110); }
H1.HeaderClassName
{
color: #D0276E;
}
.AnyTagClassName
{
color: #D0276E;
}
</style>
background-color css
<style>
a { background-color: #D0276E; }
a { background-color: rgb(208,39,110); }
div.DivClassName
{
background-color: #D0276E;
}
.BgClassName
{
background-color: #D0276E;
}
</style>
border-color css
<style>
span { border-color: #D0276E; }
span { border-color: rgb(208,39,110); }
td.TdClassName
{
border-color: #D0276E;
}
.TagClassName
{
border-color: #D0276E;
}
</style>