Shades of Deep Cerise #D2267A
Tints of Deep Cerise #D2267A
RGB
CMYK
RGB Variations
Color information
#D2267A (or 0xD2267A) is known color: Deep Cerise. HEX triplet: D2, 26 and 7A. RGB value is (210,38,122). Sum of RGB (Red+Green+Blue) = 210+38+122=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2267A is #2DD985. Grayscale: #626262. Windows color (decimal): -3004806 or 8005330. OLE color: 8005330.
HSL color Cylindrical-coordinate representation of color #D2267A: hue angle of 330.7º 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 #D2267A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 122 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.18 |
| HSL | 330.7º | 0.69% | 0.49% | - |
| HSV(B) | 330.7º | 0.82% | 0.82% | - |
| XYZ | 30.78 | 16.49 | 19.97 | - |
| YUV | 99 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 122 | 0 | 0.82 | 0.42 | 0.18 | 330.7 | 0.69 | 0.49 |
| Hex | D2 | 26 | 7A | 0 | 52 | 2A | 12 | 14B | 45 | 31 |
| Octal | 322 | 46 | 172 | 0 | 122 | 52 | 22 | 513 | 105 | 61 |
| Binary | 11010010 | 100110 | 1111010 | 0 | 1010010 | 101010 | 10010 | 101001011 | 1000101 | 110001 |
Color Harmonies of #D2267A
Complementary color
Monochromatic Colors of #D2267A
Black with #D2267A
Text Example
Text Example
White with #D2267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2267A; }
p { color: rgb(210,38,122); }
H1.HeaderClassName
{
color: #D2267A;
}
.AnyTagClassName
{
color: #D2267A;
}
</style>
background-color css
<style>
a { background-color: #D2267A; }
a { background-color: rgb(210,38,122); }
div.DivClassName
{
background-color: #D2267A;
}
.BgClassName
{
background-color: #D2267A;
}
</style>
border-color css
<style>
span { border-color: #D2267A; }
span { border-color: rgb(210,38,122); }
td.TdClassName
{
border-color: #D2267A;
}
.TagClassName
{
border-color: #D2267A;
}
</style>