Shades of Deep Cerise #D4267D
Tints of Deep Cerise #D4267D
RGB
CMYK
RGB Variations
Color information
#D4267D (or 0xD4267D) is known color: Deep Cerise. HEX triplet: D4, 26 and 7D. RGB value is (212,38,125). Sum of RGB (Red+Green+Blue) = 212+38+125=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4267D is #2BD982. Grayscale: #636363. Windows color (decimal): -2873731 or 8201940. OLE color: 8201940.
HSL color Cylindrical-coordinate representation of color #D4267D: hue angle of 330º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4267D is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 125 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.17 |
| HSL | 330º | 0.7% | 0.49% | - |
| HSV(B) | 330º | 0.82% | 0.83% | - |
| XYZ | 31.55 | 16.86 | 20.99 | - |
| YUV | 99.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 125 | 0 | 0.82 | 0.41 | 0.17 | 330 | 0.7 | 0.49 |
| Hex | D4 | 26 | 7D | 0 | 52 | 29 | 11 | 14A | 46 | 31 |
| Octal | 324 | 46 | 175 | 0 | 122 | 51 | 21 | 512 | 106 | 61 |
| Binary | 11010100 | 100110 | 1111101 | 0 | 1010010 | 101001 | 10001 | 101001010 | 1000110 | 110001 |
Color Harmonies of #D4267D
Complementary color
Monochromatic Colors of #D4267D
Black with #D4267D
Text Example
Text Example
White with #D4267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4267D; }
p { color: rgb(212,38,125); }
H1.HeaderClassName
{
color: #D4267D;
}
.AnyTagClassName
{
color: #D4267D;
}
</style>
background-color css
<style>
a { background-color: #D4267D; }
a { background-color: rgb(212,38,125); }
div.DivClassName
{
background-color: #D4267D;
}
.BgClassName
{
background-color: #D4267D;
}
</style>
border-color css
<style>
span { border-color: #D4267D; }
span { border-color: rgb(212,38,125); }
td.TdClassName
{
border-color: #D4267D;
}
.TagClassName
{
border-color: #D4267D;
}
</style>