Shades of Deep Cerise #D3357D
Tints of Deep Cerise #D3357D
RGB
CMYK
RGB Variations
Color information
#D3357D (or 0xD3357D) is known color: Deep Cerise. HEX triplet: D3, 35 and 7D. RGB value is (211,53,125). Sum of RGB (Red+Green+Blue) = 211+53+125=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3357D is #2CCA82. Grayscale: #6C6C6C. Windows color (decimal): -2935427 or 8205779. OLE color: 8205779.
HSL color Cylindrical-coordinate representation of color #D3357D: hue angle of 332.66º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3357D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 125 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.17 |
| HSL | 332.66º | 0.64% | 0.52% | - |
| HSV(B) | 332.66º | 0.75% | 0.83% | - |
| XYZ | 31.84 | 17.88 | 21.17 | - |
| YUV | 108.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 125 | 0 | 0.75 | 0.41 | 0.17 | 332.66 | 0.64 | 0.52 |
| Hex | D3 | 35 | 7D | 0 | 4B | 29 | 11 | 14D | 40 | 34 |
| Octal | 323 | 65 | 175 | 0 | 113 | 51 | 21 | 515 | 100 | 64 |
| Binary | 11010011 | 110101 | 1111101 | 0 | 1001011 | 101001 | 10001 | 101001101 | 1000000 | 110100 |
Color Harmonies of #D3357D
Complementary color
Monochromatic Colors of #D3357D
Black with #D3357D
Text Example
Text Example
White with #D3357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3357D; }
p { color: rgb(211,53,125); }
H1.HeaderClassName
{
color: #D3357D;
}
.AnyTagClassName
{
color: #D3357D;
}
</style>
background-color css
<style>
a { background-color: #D3357D; }
a { background-color: rgb(211,53,125); }
div.DivClassName
{
background-color: #D3357D;
}
.BgClassName
{
background-color: #D3357D;
}
</style>
border-color css
<style>
span { border-color: #D3357D; }
span { border-color: rgb(211,53,125); }
td.TdClassName
{
border-color: #D3357D;
}
.TagClassName
{
border-color: #D3357D;
}
</style>