Shades of Deep Cerise #D3348F
Tints of Deep Cerise #D3348F
RGB
CMYK
RGB Variations
Color information
#D3348F (or 0xD3348F) is known color: Deep Cerise. HEX triplet: D3, 34 and 8F. RGB value is (211,52,143). Sum of RGB (Red+Green+Blue) = 211+52+143=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3348F is #2CCB70. Grayscale: #6D6D6D. Windows color (decimal): -2935665 or 9385171. OLE color: 9385171.
HSL color Cylindrical-coordinate representation of color #D3348F: hue angle of 325.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 #D3348F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 143 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.17 |
| HSL | 325.66º | 0.64% | 0.52% | - |
| HSV(B) | 325.66º | 0.75% | 0.83% | - |
| XYZ | 33.05 | 18.29 | 27.77 | - |
| YUV | 109.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 143 | 0 | 0.75 | 0.32 | 0.17 | 325.66 | 0.64 | 0.52 |
| Hex | D3 | 34 | 8F | 0 | 4B | 20 | 11 | 146 | 40 | 34 |
| Octal | 323 | 64 | 217 | 0 | 113 | 40 | 21 | 506 | 100 | 64 |
| Binary | 11010011 | 110100 | 10001111 | 0 | 1001011 | 100000 | 10001 | 101000110 | 1000000 | 110100 |
Color Harmonies of #D3348F
Complementary color
Monochromatic Colors of #D3348F
Black with #D3348F
Text Example
Text Example
White with #D3348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3348F; }
p { color: rgb(211,52,143); }
H1.HeaderClassName
{
color: #D3348F;
}
.AnyTagClassName
{
color: #D3348F;
}
</style>
background-color css
<style>
a { background-color: #D3348F; }
a { background-color: rgb(211,52,143); }
div.DivClassName
{
background-color: #D3348F;
}
.BgClassName
{
background-color: #D3348F;
}
</style>
border-color css
<style>
span { border-color: #D3348F; }
span { border-color: rgb(211,52,143); }
td.TdClassName
{
border-color: #D3348F;
}
.TagClassName
{
border-color: #D3348F;
}
</style>