Shades of Deep Cerise #D7269E
Tints of Deep Cerise #D7269E
RGB
CMYK
RGB Variations
Color information
#D7269E (or 0xD7269E) is known color: Deep Cerise. HEX triplet: D7, 26 and 9E. RGB value is (215,38,158). Sum of RGB (Red+Green+Blue) = 215+38+158=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7269E is #28D961. Grayscale: #686868. Windows color (decimal): -2677090 or 10364631. OLE color: 10364631.
HSL color Cylindrical-coordinate representation of color #D7269E: hue angle of 319.32º 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 #D7269E is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 158 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.16 |
| HSL | 319.32º | 0.7% | 0.5% | - |
| HSV(B) | 319.32º | 0.82% | 0.84% | - |
| XYZ | 34.89 | 18.3 | 34.04 | - |
| YUV | 104.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 158 | 0 | 0.82 | 0.27 | 0.16 | 319.32 | 0.7 | 0.5 |
| Hex | D7 | 26 | 9E | 0 | 52 | 1B | 10 | 13F | 46 | 32 |
| Octal | 327 | 46 | 236 | 0 | 122 | 33 | 20 | 477 | 106 | 62 |
| Binary | 11010111 | 100110 | 10011110 | 0 | 1010010 | 11011 | 10000 | 100111111 | 1000110 | 110010 |
Color Harmonies of #D7269E
Complementary color
Monochromatic Colors of #D7269E
Black with #D7269E
Text Example
Text Example
White with #D7269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7269E; }
p { color: rgb(215,38,158); }
H1.HeaderClassName
{
color: #D7269E;
}
.AnyTagClassName
{
color: #D7269E;
}
</style>
background-color css
<style>
a { background-color: #D7269E; }
a { background-color: rgb(215,38,158); }
div.DivClassName
{
background-color: #D7269E;
}
.BgClassName
{
background-color: #D7269E;
}
</style>
border-color css
<style>
span { border-color: #D7269E; }
span { border-color: rgb(215,38,158); }
td.TdClassName
{
border-color: #D7269E;
}
.TagClassName
{
border-color: #D7269E;
}
</style>