Shades of Deep Cerise #D2268E
Tints of Deep Cerise #D2268E
RGB
CMYK
RGB Variations
Color information
#D2268E (or 0xD2268E) is known color: Deep Cerise. HEX triplet: D2, 26 and 8E. RGB value is (210,38,142). Sum of RGB (Red+Green+Blue) = 210+38+142=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2268E is #2DD971. Grayscale: #656565. Windows color (decimal): -3004786 or 9316050. OLE color: 9316050.
HSL color Cylindrical-coordinate representation of color #D2268E: hue angle of 323.72º 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 #D2268E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 142 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.18 |
| HSL | 323.72º | 0.69% | 0.49% | - |
| HSV(B) | 323.72º | 0.82% | 0.82% | - |
| XYZ | 32.15 | 17.04 | 27.19 | - |
| YUV | 101.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 142 | 0 | 0.82 | 0.32 | 0.18 | 323.72 | 0.69 | 0.49 |
| Hex | D2 | 26 | 8E | 0 | 52 | 20 | 12 | 144 | 45 | 31 |
| Octal | 322 | 46 | 216 | 0 | 122 | 40 | 22 | 504 | 105 | 61 |
| Binary | 11010010 | 100110 | 10001110 | 0 | 1010010 | 100000 | 10010 | 101000100 | 1000101 | 110001 |
Color Harmonies of #D2268E
Complementary color
Monochromatic Colors of #D2268E
Black with #D2268E
Text Example
Text Example
White with #D2268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2268E; }
p { color: rgb(210,38,142); }
H1.HeaderClassName
{
color: #D2268E;
}
.AnyTagClassName
{
color: #D2268E;
}
</style>
background-color css
<style>
a { background-color: #D2268E; }
a { background-color: rgb(210,38,142); }
div.DivClassName
{
background-color: #D2268E;
}
.BgClassName
{
background-color: #D2268E;
}
</style>
border-color css
<style>
span { border-color: #D2268E; }
span { border-color: rgb(210,38,142); }
td.TdClassName
{
border-color: #D2268E;
}
.TagClassName
{
border-color: #D2268E;
}
</style>