Shades of Deep Cerise #D3267C
Tints of Deep Cerise #D3267C
RGB
CMYK
RGB Variations
Color information
#D3267C (or 0xD3267C) is known color: Deep Cerise. HEX triplet: D3, 26 and 7C. RGB value is (211,38,124). Sum of RGB (Red+Green+Blue) = 211+38+124=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3267C is #2CD983. Grayscale: #636363. Windows color (decimal): -2939268 or 8136403. OLE color: 8136403.
HSL color Cylindrical-coordinate representation of color #D3267C: hue angle of 330.17º degrees, saturation: 0.69, 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 #D3267C is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 124 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.17 |
| HSL | 330.17º | 0.69% | 0.49% | - |
| HSV(B) | 330.17º | 0.82% | 0.83% | - |
| XYZ | 31.2 | 16.69 | 20.65 | - |
| YUV | 99.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 124 | 0 | 0.82 | 0.41 | 0.17 | 330.17 | 0.69 | 0.49 |
| Hex | D3 | 26 | 7C | 0 | 52 | 29 | 11 | 14A | 45 | 31 |
| Octal | 323 | 46 | 174 | 0 | 122 | 51 | 21 | 512 | 105 | 61 |
| Binary | 11010011 | 100110 | 1111100 | 0 | 1010010 | 101001 | 10001 | 101001010 | 1000101 | 110001 |
Color Harmonies of #D3267C
Complementary color
Monochromatic Colors of #D3267C
Black with #D3267C
Text Example
Text Example
White with #D3267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3267C; }
p { color: rgb(211,38,124); }
H1.HeaderClassName
{
color: #D3267C;
}
.AnyTagClassName
{
color: #D3267C;
}
</style>
background-color css
<style>
a { background-color: #D3267C; }
a { background-color: rgb(211,38,124); }
div.DivClassName
{
background-color: #D3267C;
}
.BgClassName
{
background-color: #D3267C;
}
</style>
border-color css
<style>
span { border-color: #D3267C; }
span { border-color: rgb(211,38,124); }
td.TdClassName
{
border-color: #D3267C;
}
.TagClassName
{
border-color: #D3267C;
}
</style>