Shades of Fuchsia #D038BE
Tints of Fuchsia #D038BE
RGB
CMYK
RGB Variations
Color information
#D038BE (or 0xD038BE) is known color: Fuchsia. HEX triplet: D0, 38 and BE. RGB value is (208,56,190). Sum of RGB (Red+Green+Blue) = 208+56+190=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D038BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038BE is #2FC741. Grayscale: #747474. Windows color (decimal): -3131202 or 12466384. OLE color: 12466384.
HSL color Cylindrical-coordinate representation of color #D038BE: hue angle of 307.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D038BE is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 190 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.18 |
| HSL | 307.11º | 0.62% | 0.52% | - |
| HSV(B) | 307.11º | 0.73% | 0.82% | - |
| XYZ | 36.72 | 19.96 | 50.63 | - |
| YUV | 116.72 | 169.36 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 190 | 0 | 0.73 | 0.09 | 0.18 | 307.11 | 0.62 | 0.52 |
| Hex | D0 | 38 | BE | 0 | 49 | 9 | 12 | 133 | 3E | 34 |
| Octal | 320 | 70 | 276 | 0 | 111 | 11 | 22 | 463 | 76 | 64 |
| Binary | 11010000 | 111000 | 10111110 | 0 | 1001001 | 1001 | 10010 | 100110011 | 111110 | 110100 |
Color Harmonies of #D038BE
Complementary color
Monochromatic Colors of #D038BE
Black with #D038BE
Text Example
Text Example
White with #D038BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038BE; }
p { color: rgb(208,56,190); }
H1.HeaderClassName
{
color: #D038BE;
}
.AnyTagClassName
{
color: #D038BE;
}
</style>
background-color css
<style>
a { background-color: #D038BE; }
a { background-color: rgb(208,56,190); }
div.DivClassName
{
background-color: #D038BE;
}
.BgClassName
{
background-color: #D038BE;
}
</style>
border-color css
<style>
span { border-color: #D038BE; }
span { border-color: rgb(208,56,190); }
td.TdClassName
{
border-color: #D038BE;
}
.TagClassName
{
border-color: #D038BE;
}
</style>