Shades of Deep Cerise #D22F7B
Tints of Deep Cerise #D22F7B
RGB
CMYK
RGB Variations
Color information
#D22F7B (or 0xD22F7B) is known color: Deep Cerise. HEX triplet: D2, 2F and 7B. RGB value is (210,47,123). Sum of RGB (Red+Green+Blue) = 210+47+123=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22F7B is #2DD084. Grayscale: #686868. Windows color (decimal): -3002501 or 8073170. OLE color: 8073170.
HSL color Cylindrical-coordinate representation of color #D22F7B: hue angle of 332.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F7B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 123 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.18 |
| HSL | 332.02º | 0.64% | 0.5% | - |
| HSV(B) | 332.02º | 0.78% | 0.82% | - |
| XYZ | 31.17 | 17.16 | 20.41 | - |
| YUV | 104.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 123 | 0 | 0.78 | 0.41 | 0.18 | 332.02 | 0.64 | 0.5 |
| Hex | D2 | 2F | 7B | 0 | 4E | 29 | 12 | 14C | 40 | 32 |
| Octal | 322 | 57 | 173 | 0 | 116 | 51 | 22 | 514 | 100 | 62 |
| Binary | 11010010 | 101111 | 1111011 | 0 | 1001110 | 101001 | 10010 | 101001100 | 1000000 | 110010 |
Color Harmonies of #D22F7B
Complementary color
Monochromatic Colors of #D22F7B
Black with #D22F7B
Text Example
Text Example
White with #D22F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F7B; }
p { color: rgb(210,47,123); }
H1.HeaderClassName
{
color: #D22F7B;
}
.AnyTagClassName
{
color: #D22F7B;
}
</style>
background-color css
<style>
a { background-color: #D22F7B; }
a { background-color: rgb(210,47,123); }
div.DivClassName
{
background-color: #D22F7B;
}
.BgClassName
{
background-color: #D22F7B;
}
</style>
border-color css
<style>
span { border-color: #D22F7B; }
span { border-color: rgb(210,47,123); }
td.TdClassName
{
border-color: #D22F7B;
}
.TagClassName
{
border-color: #D22F7B;
}
</style>