Shades of Deep Cerise #D5267D
Tints of Deep Cerise #D5267D
RGB
CMYK
RGB Variations
Color information
#D5267D (or 0xD5267D) is known color: Deep Cerise. HEX triplet: D5, 26 and 7D. RGB value is (213,38,125). Sum of RGB (Red+Green+Blue) = 213+38+125=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5267D is #2AD982. Grayscale: #646464. Windows color (decimal): -2808195 or 8201941. OLE color: 8201941.
HSL color Cylindrical-coordinate representation of color #D5267D: hue angle of 330.17º 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 #D5267D is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 125 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.16 |
| HSL | 330.17º | 0.7% | 0.49% | - |
| HSV(B) | 330.17º | 0.82% | 0.84% | - |
| XYZ | 31.84 | 17.01 | 21.01 | - |
| YUV | 100.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 125 | 0 | 0.82 | 0.41 | 0.16 | 330.17 | 0.7 | 0.49 |
| Hex | D5 | 26 | 7D | 0 | 52 | 29 | 10 | 14A | 46 | 31 |
| Octal | 325 | 46 | 175 | 0 | 122 | 51 | 20 | 512 | 106 | 61 |
| Binary | 11010101 | 100110 | 1111101 | 0 | 1010010 | 101001 | 10000 | 101001010 | 1000110 | 110001 |
Color Harmonies of #D5267D
Complementary color
Monochromatic Colors of #D5267D
Black with #D5267D
Text Example
Text Example
White with #D5267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5267D; }
p { color: rgb(213,38,125); }
H1.HeaderClassName
{
color: #D5267D;
}
.AnyTagClassName
{
color: #D5267D;
}
</style>
background-color css
<style>
a { background-color: #D5267D; }
a { background-color: rgb(213,38,125); }
div.DivClassName
{
background-color: #D5267D;
}
.BgClassName
{
background-color: #D5267D;
}
</style>
border-color css
<style>
span { border-color: #D5267D; }
span { border-color: rgb(213,38,125); }
td.TdClassName
{
border-color: #D5267D;
}
.TagClassName
{
border-color: #D5267D;
}
</style>