Shades of Cerise #D2266B
Tints of Cerise #D2266B
RGB
CMYK
RGB Variations
Color information
#D2266B (or 0xD2266B) is known color: Cerise. HEX triplet: D2, 26 and 6B. RGB value is (210,38,107). Sum of RGB (Red+Green+Blue) = 210+38+107=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2266B is #2DD994. Grayscale: #616161. Windows color (decimal): -3004821 or 7022290. OLE color: 7022290.
HSL color Cylindrical-coordinate representation of color #D2266B: hue angle of 335.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2266B is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 107 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.18 |
| HSL | 335.93º | 0.69% | 0.49% | - |
| HSV(B) | 335.93º | 0.82% | 0.82% | - |
| XYZ | 29.93 | 16.15 | 15.45 | - |
| YUV | 97.29 | 133.48 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 107 | 0 | 0.82 | 0.49 | 0.18 | 335.93 | 0.69 | 0.49 |
| Hex | D2 | 26 | 6B | 0 | 52 | 31 | 12 | 150 | 45 | 31 |
| Octal | 322 | 46 | 153 | 0 | 122 | 61 | 22 | 520 | 105 | 61 |
| Binary | 11010010 | 100110 | 1101011 | 0 | 1010010 | 110001 | 10010 | 101010000 | 1000101 | 110001 |
Color Harmonies of #D2266B
Complementary color
Monochromatic Colors of #D2266B
Black with #D2266B
Text Example
Text Example
White with #D2266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2266B; }
p { color: rgb(210,38,107); }
H1.HeaderClassName
{
color: #D2266B;
}
.AnyTagClassName
{
color: #D2266B;
}
</style>
background-color css
<style>
a { background-color: #D2266B; }
a { background-color: rgb(210,38,107); }
div.DivClassName
{
background-color: #D2266B;
}
.BgClassName
{
background-color: #D2266B;
}
</style>
border-color css
<style>
span { border-color: #D2266B; }
span { border-color: rgb(210,38,107); }
td.TdClassName
{
border-color: #D2266B;
}
.TagClassName
{
border-color: #D2266B;
}
</style>