Shades of Deep Cerise #D2267B
Tints of Deep Cerise #D2267B
RGB
CMYK
RGB Variations
Color information
#D2267B (or 0xD2267B) is known color: Deep Cerise. HEX triplet: D2, 26 and 7B. RGB value is (210,38,123). Sum of RGB (Red+Green+Blue) = 210+38+123=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2267B is #2DD984. Grayscale: #626262. Windows color (decimal): -3004805 or 8070866. OLE color: 8070866.
HSL color Cylindrical-coordinate representation of color #D2267B: hue angle of 330.35º 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 #D2267B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 123 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.18 |
| HSL | 330.35º | 0.69% | 0.49% | - |
| HSV(B) | 330.35º | 0.82% | 0.82% | - |
| XYZ | 30.85 | 16.52 | 20.3 | - |
| YUV | 99.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 123 | 0 | 0.82 | 0.41 | 0.18 | 330.35 | 0.69 | 0.49 |
| Hex | D2 | 26 | 7B | 0 | 52 | 29 | 12 | 14A | 45 | 31 |
| Octal | 322 | 46 | 173 | 0 | 122 | 51 | 22 | 512 | 105 | 61 |
| Binary | 11010010 | 100110 | 1111011 | 0 | 1010010 | 101001 | 10010 | 101001010 | 1000101 | 110001 |
Color Harmonies of #D2267B
Complementary color
Monochromatic Colors of #D2267B
Black with #D2267B
Text Example
Text Example
White with #D2267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2267B; }
p { color: rgb(210,38,123); }
H1.HeaderClassName
{
color: #D2267B;
}
.AnyTagClassName
{
color: #D2267B;
}
</style>
background-color css
<style>
a { background-color: #D2267B; }
a { background-color: rgb(210,38,123); }
div.DivClassName
{
background-color: #D2267B;
}
.BgClassName
{
background-color: #D2267B;
}
</style>
border-color css
<style>
span { border-color: #D2267B; }
span { border-color: rgb(210,38,123); }
td.TdClassName
{
border-color: #D2267B;
}
.TagClassName
{
border-color: #D2267B;
}
</style>