Shades of Deep Cerise #D7267F
Tints of Deep Cerise #D7267F
RGB
CMYK
RGB Variations
Color information
#D7267F (or 0xD7267F) is known color: Deep Cerise. HEX triplet: D7, 26 and 7F. RGB value is (215,38,127). Sum of RGB (Red+Green+Blue) = 215+38+127=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7267F is #28D980. Grayscale: #646464. Windows color (decimal): -2677121 or 8333015. OLE color: 8333015.
HSL color Cylindrical-coordinate representation of color #D7267F: hue angle of 329.83º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7267F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 127 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.16 |
| HSL | 329.83º | 0.7% | 0.5% | - |
| HSV(B) | 329.83º | 0.82% | 0.84% | - |
| XYZ | 32.55 | 17.37 | 21.72 | - |
| YUV | 101.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 127 | 0 | 0.82 | 0.41 | 0.16 | 329.83 | 0.7 | 0.5 |
| Hex | D7 | 26 | 7F | 0 | 52 | 29 | 10 | 14A | 46 | 32 |
| Octal | 327 | 46 | 177 | 0 | 122 | 51 | 20 | 512 | 106 | 62 |
| Binary | 11010111 | 100110 | 1111111 | 0 | 1010010 | 101001 | 10000 | 101001010 | 1000110 | 110010 |
Color Harmonies of #D7267F
Complementary color
Monochromatic Colors of #D7267F
Black with #D7267F
Text Example
Text Example
White with #D7267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7267F; }
p { color: rgb(215,38,127); }
H1.HeaderClassName
{
color: #D7267F;
}
.AnyTagClassName
{
color: #D7267F;
}
</style>
background-color css
<style>
a { background-color: #D7267F; }
a { background-color: rgb(215,38,127); }
div.DivClassName
{
background-color: #D7267F;
}
.BgClassName
{
background-color: #D7267F;
}
</style>
border-color css
<style>
span { border-color: #D7267F; }
span { border-color: rgb(215,38,127); }
td.TdClassName
{
border-color: #D7267F;
}
.TagClassName
{
border-color: #D7267F;
}
</style>