Shades of Fuchsia #D038CC
Tints of Fuchsia #D038CC
RGB
CMYK
RGB Variations
Color information
#D038CC (or 0xD038CC) is known color: Fuchsia. HEX triplet: D0, 38 and CC. RGB value is (208,56,204). Sum of RGB (Red+Green+Blue) = 208+56+204=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D038CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038CC is #2FC733. Grayscale: #757575. Windows color (decimal): -3131188 or 13383888. OLE color: 13383888.
HSL color Cylindrical-coordinate representation of color #D038CC: hue angle of 301.58º 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 #D038CC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 204 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.18 |
| HSL | 301.58º | 0.62% | 0.52% | - |
| HSV(B) | 301.58º | 0.73% | 0.82% | - |
| XYZ | 38.33 | 20.6 | 59.08 | - |
| YUV | 118.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 204 | 0 | 0.73 | 0.02 | 0.18 | 301.58 | 0.62 | 0.52 |
| Hex | D0 | 38 | CC | 0 | 49 | 2 | 12 | 12E | 3E | 34 |
| Octal | 320 | 70 | 314 | 0 | 111 | 2 | 22 | 456 | 76 | 64 |
| Binary | 11010000 | 111000 | 11001100 | 0 | 1001001 | 10 | 10010 | 100101110 | 111110 | 110100 |
Color Harmonies of #D038CC
Complementary color
Monochromatic Colors of #D038CC
Black with #D038CC
Text Example
Text Example
White with #D038CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038CC; }
p { color: rgb(208,56,204); }
H1.HeaderClassName
{
color: #D038CC;
}
.AnyTagClassName
{
color: #D038CC;
}
</style>
background-color css
<style>
a { background-color: #D038CC; }
a { background-color: rgb(208,56,204); }
div.DivClassName
{
background-color: #D038CC;
}
.BgClassName
{
background-color: #D038CC;
}
</style>
border-color css
<style>
span { border-color: #D038CC; }
span { border-color: rgb(208,56,204); }
td.TdClassName
{
border-color: #D038CC;
}
.TagClassName
{
border-color: #D038CC;
}
</style>