Shades of Deep Cerise #D2267F
Tints of Deep Cerise #D2267F
RGB
CMYK
RGB Variations
Color information
#D2267F (or 0xD2267F) is known color: Deep Cerise. HEX triplet: D2, 26 and 7F. RGB value is (210,38,127). Sum of RGB (Red+Green+Blue) = 210+38+127=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2267F is #2DD980. Grayscale: #636363. Windows color (decimal): -3004801 or 8333010. OLE color: 8333010.
HSL color Cylindrical-coordinate representation of color #D2267F: hue angle of 328.95º 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 #D2267F is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 127 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.18 |
| HSL | 328.95º | 0.69% | 0.49% | - |
| HSV(B) | 328.95º | 0.82% | 0.82% | - |
| XYZ | 31.1 | 16.62 | 21.65 | - |
| YUV | 99.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 127 | 0 | 0.82 | 0.40 | 0.18 | 328.95 | 0.69 | 0.49 |
| Hex | D2 | 26 | 7F | 0 | 52 | 28 | 12 | 149 | 45 | 31 |
| Octal | 322 | 46 | 177 | 0 | 122 | 50 | 22 | 511 | 105 | 61 |
| Binary | 11010010 | 100110 | 1111111 | 0 | 1010010 | 101000 | 10010 | 101001001 | 1000101 | 110001 |
Color Harmonies of #D2267F
Complementary color
Monochromatic Colors of #D2267F
Black with #D2267F
Text Example
Text Example
White with #D2267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2267F; }
p { color: rgb(210,38,127); }
H1.HeaderClassName
{
color: #D2267F;
}
.AnyTagClassName
{
color: #D2267F;
}
</style>
background-color css
<style>
a { background-color: #D2267F; }
a { background-color: rgb(210,38,127); }
div.DivClassName
{
background-color: #D2267F;
}
.BgClassName
{
background-color: #D2267F;
}
</style>
border-color css
<style>
span { border-color: #D2267F; }
span { border-color: rgb(210,38,127); }
td.TdClassName
{
border-color: #D2267F;
}
.TagClassName
{
border-color: #D2267F;
}
</style>