Shades of Deep Cerise #D7267B
Tints of Deep Cerise #D7267B
RGB
CMYK
RGB Variations
Color information
#D7267B (or 0xD7267B) is known color: Deep Cerise. HEX triplet: D7, 26 and 7B. RGB value is (215,38,123). Sum of RGB (Red+Green+Blue) = 215+38+123=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7267B is #28D984. Grayscale: #646464. Windows color (decimal): -2677125 or 8070871. OLE color: 8070871.
HSL color Cylindrical-coordinate representation of color #D7267B: hue angle of 331.19º 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 #D7267B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 123 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.16 |
| HSL | 331.19º | 0.7% | 0.5% | - |
| HSV(B) | 331.19º | 0.82% | 0.84% | - |
| XYZ | 32.29 | 17.26 | 20.37 | - |
| YUV | 100.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 123 | 0 | 0.82 | 0.43 | 0.16 | 331.19 | 0.7 | 0.5 |
| Hex | D7 | 26 | 7B | 0 | 52 | 2B | 10 | 14B | 46 | 32 |
| Octal | 327 | 46 | 173 | 0 | 122 | 53 | 20 | 513 | 106 | 62 |
| Binary | 11010111 | 100110 | 1111011 | 0 | 1010010 | 101011 | 10000 | 101001011 | 1000110 | 110010 |
Color Harmonies of #D7267B
Complementary color
Monochromatic Colors of #D7267B
Black with #D7267B
Text Example
Text Example
White with #D7267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7267B; }
p { color: rgb(215,38,123); }
H1.HeaderClassName
{
color: #D7267B;
}
.AnyTagClassName
{
color: #D7267B;
}
</style>
background-color css
<style>
a { background-color: #D7267B; }
a { background-color: rgb(215,38,123); }
div.DivClassName
{
background-color: #D7267B;
}
.BgClassName
{
background-color: #D7267B;
}
</style>
border-color css
<style>
span { border-color: #D7267B; }
span { border-color: rgb(215,38,123); }
td.TdClassName
{
border-color: #D7267B;
}
.TagClassName
{
border-color: #D7267B;
}
</style>