Shades of Deep Cerise #D3347B
Tints of Deep Cerise #D3347B
RGB
CMYK
RGB Variations
Color information
#D3347B (or 0xD3347B) is known color: Deep Cerise. HEX triplet: D3, 34 and 7B. RGB value is (211,52,123). Sum of RGB (Red+Green+Blue) = 211+52+123=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3347B is #2CCB84. Grayscale: #6B6B6B. Windows color (decimal): -2935685 or 8074451. OLE color: 8074451.
HSL color Cylindrical-coordinate representation of color #D3347B: hue angle of 333.21º 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 #D3347B is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 123 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.17 |
| HSL | 333.21º | 0.64% | 0.52% | - |
| HSV(B) | 333.21º | 0.75% | 0.83% | - |
| XYZ | 31.67 | 17.73 | 20.49 | - |
| YUV | 107.64 | 136.68 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 123 | 0 | 0.75 | 0.42 | 0.17 | 333.21 | 0.64 | 0.52 |
| Hex | D3 | 34 | 7B | 0 | 4B | 2A | 11 | 14D | 40 | 34 |
| Octal | 323 | 64 | 173 | 0 | 113 | 52 | 21 | 515 | 100 | 64 |
| Binary | 11010011 | 110100 | 1111011 | 0 | 1001011 | 101010 | 10001 | 101001101 | 1000000 | 110100 |
Color Harmonies of #D3347B
Complementary color
Monochromatic Colors of #D3347B
Black with #D3347B
Text Example
Text Example
White with #D3347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3347B; }
p { color: rgb(211,52,123); }
H1.HeaderClassName
{
color: #D3347B;
}
.AnyTagClassName
{
color: #D3347B;
}
</style>
background-color css
<style>
a { background-color: #D3347B; }
a { background-color: rgb(211,52,123); }
div.DivClassName
{
background-color: #D3347B;
}
.BgClassName
{
background-color: #D3347B;
}
</style>
border-color css
<style>
span { border-color: #D3347B; }
span { border-color: rgb(211,52,123); }
td.TdClassName
{
border-color: #D3347B;
}
.TagClassName
{
border-color: #D3347B;
}
</style>