Shades of Deep Cerise #D5267A
Tints of Deep Cerise #D5267A
RGB
CMYK
RGB Variations
Color information
#D5267A (or 0xD5267A) is known color: Deep Cerise. HEX triplet: D5, 26 and 7A. RGB value is (213,38,122). Sum of RGB (Red+Green+Blue) = 213+38+122=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5267A is #2AD985. Grayscale: #636363. Windows color (decimal): -2808198 or 8005333. OLE color: 8005333.
HSL color Cylindrical-coordinate representation of color #D5267A: hue angle of 331.2º 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 #D5267A is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 122 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.16 |
| HSL | 331.2º | 0.7% | 0.49% | - |
| HSV(B) | 331.2º | 0.82% | 0.84% | - |
| XYZ | 31.65 | 16.94 | 20.01 | - |
| YUV | 99.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 122 | 0 | 0.82 | 0.43 | 0.16 | 331.2 | 0.7 | 0.49 |
| Hex | D5 | 26 | 7A | 0 | 52 | 2B | 10 | 14B | 46 | 31 |
| Octal | 325 | 46 | 172 | 0 | 122 | 53 | 20 | 513 | 106 | 61 |
| Binary | 11010101 | 100110 | 1111010 | 0 | 1010010 | 101011 | 10000 | 101001011 | 1000110 | 110001 |
Color Harmonies of #D5267A
Complementary color
Monochromatic Colors of #D5267A
Black with #D5267A
Text Example
Text Example
White with #D5267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5267A; }
p { color: rgb(213,38,122); }
H1.HeaderClassName
{
color: #D5267A;
}
.AnyTagClassName
{
color: #D5267A;
}
</style>
background-color css
<style>
a { background-color: #D5267A; }
a { background-color: rgb(213,38,122); }
div.DivClassName
{
background-color: #D5267A;
}
.BgClassName
{
background-color: #D5267A;
}
</style>
border-color css
<style>
span { border-color: #D5267A; }
span { border-color: rgb(213,38,122); }
td.TdClassName
{
border-color: #D5267A;
}
.TagClassName
{
border-color: #D5267A;
}
</style>