Shades of Deep Cerise #D5267E
Tints of Deep Cerise #D5267E
RGB
CMYK
RGB Variations
Color information
#D5267E (or 0xD5267E) is known color: Deep Cerise. HEX triplet: D5, 26 and 7E. RGB value is (213,38,126). Sum of RGB (Red+Green+Blue) = 213+38+126=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5267E is #2AD981. Grayscale: #646464. Windows color (decimal): -2808194 or 8267477. OLE color: 8267477.
HSL color Cylindrical-coordinate representation of color #D5267E: hue angle of 329.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5267E is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 126 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.16 |
| HSL | 329.83º | 0.7% | 0.49% | - |
| HSV(B) | 329.83º | 0.82% | 0.84% | - |
| XYZ | 31.9 | 17.04 | 21.35 | - |
| YUV | 100.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 126 | 0 | 0.82 | 0.41 | 0.16 | 329.83 | 0.7 | 0.49 |
| Hex | D5 | 26 | 7E | 0 | 52 | 29 | 10 | 14A | 46 | 31 |
| Octal | 325 | 46 | 176 | 0 | 122 | 51 | 20 | 512 | 106 | 61 |
| Binary | 11010101 | 100110 | 1111110 | 0 | 1010010 | 101001 | 10000 | 101001010 | 1000110 | 110001 |
Color Harmonies of #D5267E
Complementary color
Monochromatic Colors of #D5267E
Black with #D5267E
Text Example
Text Example
White with #D5267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5267E; }
p { color: rgb(213,38,126); }
H1.HeaderClassName
{
color: #D5267E;
}
.AnyTagClassName
{
color: #D5267E;
}
</style>
background-color css
<style>
a { background-color: #D5267E; }
a { background-color: rgb(213,38,126); }
div.DivClassName
{
background-color: #D5267E;
}
.BgClassName
{
background-color: #D5267E;
}
</style>
border-color css
<style>
span { border-color: #D5267E; }
span { border-color: rgb(213,38,126); }
td.TdClassName
{
border-color: #D5267E;
}
.TagClassName
{
border-color: #D5267E;
}
</style>