Shades of Deep Cerise #D22684
Tints of Deep Cerise #D22684
RGB
CMYK
RGB Variations
Color information
#D22684 (or 0xD22684) is known color: Deep Cerise. HEX triplet: D2, 26 and 84. RGB value is (210,38,132). Sum of RGB (Red+Green+Blue) = 210+38+132=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D22684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22684 is #2DD97B. Grayscale: #636363. Windows color (decimal): -3004796 or 8660690. OLE color: 8660690.
HSL color Cylindrical-coordinate representation of color #D22684: hue angle of 327.21º 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 #D22684 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 132 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.18 |
| HSL | 327.21º | 0.69% | 0.49% | - |
| HSV(B) | 327.21º | 0.82% | 0.82% | - |
| XYZ | 31.44 | 16.75 | 23.41 | - |
| YUV | 100.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 132 | 0 | 0.82 | 0.37 | 0.18 | 327.21 | 0.69 | 0.49 |
| Hex | D2 | 26 | 84 | 0 | 52 | 25 | 12 | 147 | 45 | 31 |
| Octal | 322 | 46 | 204 | 0 | 122 | 45 | 22 | 507 | 105 | 61 |
| Binary | 11010010 | 100110 | 10000100 | 0 | 1010010 | 100101 | 10010 | 101000111 | 1000101 | 110001 |
Color Harmonies of #D22684
Complementary color
Monochromatic Colors of #D22684
Black with #D22684
Text Example
Text Example
White with #D22684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22684; }
p { color: rgb(210,38,132); }
H1.HeaderClassName
{
color: #D22684;
}
.AnyTagClassName
{
color: #D22684;
}
</style>
background-color css
<style>
a { background-color: #D22684; }
a { background-color: rgb(210,38,132); }
div.DivClassName
{
background-color: #D22684;
}
.BgClassName
{
background-color: #D22684;
}
</style>
border-color css
<style>
span { border-color: #D22684; }
span { border-color: rgb(210,38,132); }
td.TdClassName
{
border-color: #D22684;
}
.TagClassName
{
border-color: #D22684;
}
</style>