Shades of Cerise #D0266C
Tints of Cerise #D0266C
RGB
CMYK
RGB Variations
Color information
#D0266C (or 0xD0266C) is known color: Cerise. HEX triplet: D0, 26 and 6C. RGB value is (208,38,108). Sum of RGB (Red+Green+Blue) = 208+38+108=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0266C is #2FD993. Grayscale: #606060. Windows color (decimal): -3135892 or 7087824. OLE color: 7087824.
HSL color Cylindrical-coordinate representation of color #D0266C: hue angle of 335.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0266C is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 108 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.18 |
| HSL | 335.29º | 0.69% | 0.48% | - |
| HSV(B) | 335.29º | 0.82% | 0.82% | - |
| XYZ | 29.41 | 15.88 | 15.7 | - |
| YUV | 96.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 108 | 0 | 0.82 | 0.48 | 0.18 | 335.29 | 0.69 | 0.48 |
| Hex | D0 | 26 | 6C | 0 | 52 | 30 | 12 | 14F | 45 | 30 |
| Octal | 320 | 46 | 154 | 0 | 122 | 60 | 22 | 517 | 105 | 60 |
| Binary | 11010000 | 100110 | 1101100 | 0 | 1010010 | 110000 | 10010 | 101001111 | 1000101 | 110000 |
Color Harmonies of #D0266C
Complementary color
Monochromatic Colors of #D0266C
Black with #D0266C
Text Example
Text Example
White with #D0266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0266C; }
p { color: rgb(208,38,108); }
H1.HeaderClassName
{
color: #D0266C;
}
.AnyTagClassName
{
color: #D0266C;
}
</style>
background-color css
<style>
a { background-color: #D0266C; }
a { background-color: rgb(208,38,108); }
div.DivClassName
{
background-color: #D0266C;
}
.BgClassName
{
background-color: #D0266C;
}
</style>
border-color css
<style>
span { border-color: #D0266C; }
span { border-color: rgb(208,38,108); }
td.TdClassName
{
border-color: #D0266C;
}
.TagClassName
{
border-color: #D0266C;
}
</style>