Shades of Fuchsia #D03CB3
Tints of Fuchsia #D03CB3
RGB
CMYK
RGB Variations
Color information
#D03CB3 (or 0xD03CB3) is known color: Fuchsia. HEX triplet: D0, 3C and B3. RGB value is (208,60,179). Sum of RGB (Red+Green+Blue) = 208+60+179=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CB3 is #2FC34C. Grayscale: #757575. Windows color (decimal): -3130189 or 11746512. OLE color: 11746512.
HSL color Cylindrical-coordinate representation of color #D03CB3: hue angle of 311.76º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03CB3 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 179 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.18 |
| HSL | 311.76º | 0.61% | 0.53% | - |
| HSV(B) | 311.76º | 0.71% | 0.82% | - |
| XYZ | 35.76 | 19.9 | 44.6 | - |
| YUV | 117.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 179 | 0 | 0.71 | 0.14 | 0.18 | 311.76 | 0.61 | 0.53 |
| Hex | D0 | 3C | B3 | 0 | 47 | E | 12 | 138 | 3D | 35 |
| Octal | 320 | 74 | 263 | 0 | 107 | 16 | 22 | 470 | 75 | 65 |
| Binary | 11010000 | 111100 | 10110011 | 0 | 1000111 | 1110 | 10010 | 100111000 | 111101 | 110101 |
Color Harmonies of #D03CB3
Complementary color
Monochromatic Colors of #D03CB3
Black with #D03CB3
Text Example
Text Example
White with #D03CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CB3; }
p { color: rgb(208,60,179); }
H1.HeaderClassName
{
color: #D03CB3;
}
.AnyTagClassName
{
color: #D03CB3;
}
</style>
background-color css
<style>
a { background-color: #D03CB3; }
a { background-color: rgb(208,60,179); }
div.DivClassName
{
background-color: #D03CB3;
}
.BgClassName
{
background-color: #D03CB3;
}
</style>
border-color css
<style>
span { border-color: #D03CB3; }
span { border-color: rgb(208,60,179); }
td.TdClassName
{
border-color: #D03CB3;
}
.TagClassName
{
border-color: #D03CB3;
}
</style>