Shades of Deep Cerise #D3257F
Tints of Deep Cerise #D3257F
RGB
CMYK
RGB Variations
Color information
#D3257F (or 0xD3257F) is known color: Deep Cerise. HEX triplet: D3, 25 and 7F. RGB value is (211,37,127). Sum of RGB (Red+Green+Blue) = 211+37+127=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3257F is #2CDA80. Grayscale: #636363. Windows color (decimal): -2939521 or 8332755. OLE color: 8332755.
HSL color Cylindrical-coordinate representation of color #D3257F: hue angle of 328.97º 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 #D3257F is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 127 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.17 |
| HSL | 328.97º | 0.7% | 0.49% | - |
| HSV(B) | 328.97º | 0.82% | 0.83% | - |
| XYZ | 31.36 | 16.7 | 21.65 | - |
| YUV | 99.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 127 | 0 | 0.82 | 0.40 | 0.17 | 328.97 | 0.7 | 0.49 |
| Hex | D3 | 25 | 7F | 0 | 52 | 28 | 11 | 149 | 46 | 31 |
| Octal | 323 | 45 | 177 | 0 | 122 | 50 | 21 | 511 | 106 | 61 |
| Binary | 11010011 | 100101 | 1111111 | 0 | 1010010 | 101000 | 10001 | 101001001 | 1000110 | 110001 |
Color Harmonies of #D3257F
Complementary color
Monochromatic Colors of #D3257F
Black with #D3257F
Text Example
Text Example
White with #D3257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3257F; }
p { color: rgb(211,37,127); }
H1.HeaderClassName
{
color: #D3257F;
}
.AnyTagClassName
{
color: #D3257F;
}
</style>
background-color css
<style>
a { background-color: #D3257F; }
a { background-color: rgb(211,37,127); }
div.DivClassName
{
background-color: #D3257F;
}
.BgClassName
{
background-color: #D3257F;
}
</style>
border-color css
<style>
span { border-color: #D3257F; }
span { border-color: rgb(211,37,127); }
td.TdClassName
{
border-color: #D3257F;
}
.TagClassName
{
border-color: #D3257F;
}
</style>