Shades of Fuchsia #D038B8
Tints of Fuchsia #D038B8
RGB
CMYK
RGB Variations
Color information
#D038B8 (or 0xD038B8) is known color: Fuchsia. HEX triplet: D0, 38 and B8. RGB value is (208,56,184). Sum of RGB (Red+Green+Blue) = 208+56+184=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D038B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038B8 is #2FC747. Grayscale: #737373. Windows color (decimal): -3131208 or 12073168. OLE color: 12073168.
HSL color Cylindrical-coordinate representation of color #D038B8: hue angle of 309.47º 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 #D038B8 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 184 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.18 |
| HSL | 309.47º | 0.62% | 0.52% | - |
| HSV(B) | 309.47º | 0.73% | 0.82% | - |
| XYZ | 36.08 | 19.7 | 47.25 | - |
| YUV | 116.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 184 | 0 | 0.73 | 0.12 | 0.18 | 309.47 | 0.62 | 0.52 |
| Hex | D0 | 38 | B8 | 0 | 49 | C | 12 | 135 | 3E | 34 |
| Octal | 320 | 70 | 270 | 0 | 111 | 14 | 22 | 465 | 76 | 64 |
| Binary | 11010000 | 111000 | 10111000 | 0 | 1001001 | 1100 | 10010 | 100110101 | 111110 | 110100 |
Color Harmonies of #D038B8
Complementary color
Monochromatic Colors of #D038B8
Black with #D038B8
Text Example
Text Example
White with #D038B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038B8; }
p { color: rgb(208,56,184); }
H1.HeaderClassName
{
color: #D038B8;
}
.AnyTagClassName
{
color: #D038B8;
}
</style>
background-color css
<style>
a { background-color: #D038B8; }
a { background-color: rgb(208,56,184); }
div.DivClassName
{
background-color: #D038B8;
}
.BgClassName
{
background-color: #D038B8;
}
</style>
border-color css
<style>
span { border-color: #D038B8; }
span { border-color: rgb(208,56,184); }
td.TdClassName
{
border-color: #D038B8;
}
.TagClassName
{
border-color: #D038B8;
}
</style>