Shades of Deep Cerise #D22675
Tints of Deep Cerise #D22675
RGB
CMYK
RGB Variations
Color information
#D22675 (or 0xD22675) is known color: Deep Cerise. HEX triplet: D2, 26 and 75. RGB value is (210,38,117). Sum of RGB (Red+Green+Blue) = 210+38+117=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D22675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22675 is #2DD98A. Grayscale: #626262. Windows color (decimal): -3004811 or 7677650. OLE color: 7677650.
HSL color Cylindrical-coordinate representation of color #D22675: hue angle of 332.44º 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 #D22675 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 117 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.18 |
| HSL | 332.44º | 0.69% | 0.49% | - |
| HSV(B) | 332.44º | 0.82% | 0.82% | - |
| XYZ | 30.48 | 16.37 | 18.38 | - |
| YUV | 98.43 | 138.48 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 117 | 0 | 0.82 | 0.44 | 0.18 | 332.44 | 0.69 | 0.49 |
| Hex | D2 | 26 | 75 | 0 | 52 | 2C | 12 | 14C | 45 | 31 |
| Octal | 322 | 46 | 165 | 0 | 122 | 54 | 22 | 514 | 105 | 61 |
| Binary | 11010010 | 100110 | 1110101 | 0 | 1010010 | 101100 | 10010 | 101001100 | 1000101 | 110001 |
Color Harmonies of #D22675
Complementary color
Monochromatic Colors of #D22675
Black with #D22675
Text Example
Text Example
White with #D22675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22675; }
p { color: rgb(210,38,117); }
H1.HeaderClassName
{
color: #D22675;
}
.AnyTagClassName
{
color: #D22675;
}
</style>
background-color css
<style>
a { background-color: #D22675; }
a { background-color: rgb(210,38,117); }
div.DivClassName
{
background-color: #D22675;
}
.BgClassName
{
background-color: #D22675;
}
</style>
border-color css
<style>
span { border-color: #D22675; }
span { border-color: rgb(210,38,117); }
td.TdClassName
{
border-color: #D22675;
}
.TagClassName
{
border-color: #D22675;
}
</style>