Shades of Deep Cerise #D22679
Tints of Deep Cerise #D22679
RGB
CMYK
RGB Variations
Color information
#D22679 (or 0xD22679) is known color: Deep Cerise. HEX triplet: D2, 26 and 79. RGB value is (210,38,121). Sum of RGB (Red+Green+Blue) = 210+38+121=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D22679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22679 is #2DD986. Grayscale: #626262. Windows color (decimal): -3004807 or 7939794. OLE color: 7939794.
HSL color Cylindrical-coordinate representation of color #D22679: hue angle of 331.05º 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 #D22679 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 121 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.18 |
| HSL | 331.05º | 0.69% | 0.49% | - |
| HSV(B) | 331.05º | 0.82% | 0.82% | - |
| XYZ | 30.72 | 16.47 | 19.65 | - |
| YUV | 98.89 | 140.48 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 121 | 0 | 0.82 | 0.42 | 0.18 | 331.05 | 0.69 | 0.49 |
| Hex | D2 | 26 | 79 | 0 | 52 | 2A | 12 | 14B | 45 | 31 |
| Octal | 322 | 46 | 171 | 0 | 122 | 52 | 22 | 513 | 105 | 61 |
| Binary | 11010010 | 100110 | 1111001 | 0 | 1010010 | 101010 | 10010 | 101001011 | 1000101 | 110001 |
Color Harmonies of #D22679
Complementary color
Monochromatic Colors of #D22679
Black with #D22679
Text Example
Text Example
White with #D22679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22679; }
p { color: rgb(210,38,121); }
H1.HeaderClassName
{
color: #D22679;
}
.AnyTagClassName
{
color: #D22679;
}
</style>
background-color css
<style>
a { background-color: #D22679; }
a { background-color: rgb(210,38,121); }
div.DivClassName
{
background-color: #D22679;
}
.BgClassName
{
background-color: #D22679;
}
</style>
border-color css
<style>
span { border-color: #D22679; }
span { border-color: rgb(210,38,121); }
td.TdClassName
{
border-color: #D22679;
}
.TagClassName
{
border-color: #D22679;
}
</style>