Shades of Deep Cerise #D7269B
Tints of Deep Cerise #D7269B
RGB
CMYK
RGB Variations
Color information
#D7269B (or 0xD7269B) is known color: Deep Cerise. HEX triplet: D7, 26 and 9B. RGB value is (215,38,155). Sum of RGB (Red+Green+Blue) = 215+38+155=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7269B is #28D964. Grayscale: #676767. Windows color (decimal): -2677093 or 10168023. OLE color: 10168023.
HSL color Cylindrical-coordinate representation of color #D7269B: hue angle of 320.34º 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 #D7269B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 155 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.16 |
| HSL | 320.34º | 0.7% | 0.5% | - |
| HSV(B) | 320.34º | 0.82% | 0.84% | - |
| XYZ | 34.63 | 18.2 | 32.7 | - |
| YUV | 104.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 155 | 0 | 0.82 | 0.28 | 0.16 | 320.34 | 0.7 | 0.5 |
| Hex | D7 | 26 | 9B | 0 | 52 | 1C | 10 | 140 | 46 | 32 |
| Octal | 327 | 46 | 233 | 0 | 122 | 34 | 20 | 500 | 106 | 62 |
| Binary | 11010111 | 100110 | 10011011 | 0 | 1010010 | 11100 | 10000 | 101000000 | 1000110 | 110010 |
Color Harmonies of #D7269B
Complementary color
Monochromatic Colors of #D7269B
Black with #D7269B
Text Example
Text Example
White with #D7269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7269B; }
p { color: rgb(215,38,155); }
H1.HeaderClassName
{
color: #D7269B;
}
.AnyTagClassName
{
color: #D7269B;
}
</style>
background-color css
<style>
a { background-color: #D7269B; }
a { background-color: rgb(215,38,155); }
div.DivClassName
{
background-color: #D7269B;
}
.BgClassName
{
background-color: #D7269B;
}
</style>
border-color css
<style>
span { border-color: #D7269B; }
span { border-color: rgb(215,38,155); }
td.TdClassName
{
border-color: #D7269B;
}
.TagClassName
{
border-color: #D7269B;
}
</style>