Shades of Deep Cerise #D0347E
Tints of Deep Cerise #D0347E
RGB
CMYK
RGB Variations
Color information
#D0347E (or 0xD0347E) is known color: Deep Cerise. HEX triplet: D0, 34 and 7E. RGB value is (208,52,126). Sum of RGB (Red+Green+Blue) = 208+52+126=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0347E is #2FCB81. Grayscale: #6A6A6A. Windows color (decimal): -3132290 or 8271056. OLE color: 8271056.
HSL color Cylindrical-coordinate representation of color #D0347E: hue angle of 331.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0347E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 126 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.18 |
| HSL | 331.54º | 0.62% | 0.51% | - |
| HSV(B) | 331.54º | 0.75% | 0.82% | - |
| XYZ | 31.01 | 17.37 | 21.46 | - |
| YUV | 107.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 126 | 0 | 0.75 | 0.39 | 0.18 | 331.54 | 0.62 | 0.51 |
| Hex | D0 | 34 | 7E | 0 | 4B | 27 | 12 | 14C | 3E | 33 |
| Octal | 320 | 64 | 176 | 0 | 113 | 47 | 22 | 514 | 76 | 63 |
| Binary | 11010000 | 110100 | 1111110 | 0 | 1001011 | 100111 | 10010 | 101001100 | 111110 | 110011 |
Color Harmonies of #D0347E
Complementary color
Monochromatic Colors of #D0347E
Black with #D0347E
Text Example
Text Example
White with #D0347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0347E; }
p { color: rgb(208,52,126); }
H1.HeaderClassName
{
color: #D0347E;
}
.AnyTagClassName
{
color: #D0347E;
}
</style>
background-color css
<style>
a { background-color: #D0347E; }
a { background-color: rgb(208,52,126); }
div.DivClassName
{
background-color: #D0347E;
}
.BgClassName
{
background-color: #D0347E;
}
</style>
border-color css
<style>
span { border-color: #D0347E; }
span { border-color: rgb(208,52,126); }
td.TdClassName
{
border-color: #D0347E;
}
.TagClassName
{
border-color: #D0347E;
}
</style>