Shades of Fuchsia #D03CCF
Tints of Fuchsia #D03CCF
RGB
CMYK
RGB Variations
Color information
#D03CCF (or 0xD03CCF) is known color: Fuchsia. HEX triplet: D0, 3C and CF. RGB value is (208,60,207). Sum of RGB (Red+Green+Blue) = 208+60+207=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CCF is #2FC330. Grayscale: #787878. Windows color (decimal): -3130161 or 13581520. OLE color: 13581520.
HSL color Cylindrical-coordinate representation of color #D03CCF: hue angle of 300.41º 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 #D03CCF is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 207 | - |
| CMYK | 0 | 0.71 | 0.00 | 0.18 |
| HSL | 300.41º | 0.61% | 0.53% | - |
| HSV(B) | 300.41º | 0.71% | 0.82% | - |
| XYZ | 38.89 | 21.15 | 61.06 | - |
| YUV | 121.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 207 | 0 | 0.71 | 0.00 | 0.18 | 300.41 | 0.61 | 0.53 |
| Hex | D0 | 3C | CF | 0 | 47 | 0 | 12 | 12C | 3D | 35 |
| Octal | 320 | 74 | 317 | 0 | 107 | 0 | 22 | 454 | 75 | 65 |
| Binary | 11010000 | 111100 | 11001111 | 0 | 1000111 | 0 | 10010 | 100101100 | 111101 | 110101 |
Color Harmonies of #D03CCF
Complementary color
Monochromatic Colors of #D03CCF
Black with #D03CCF
Text Example
Text Example
White with #D03CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CCF; }
p { color: rgb(208,60,207); }
H1.HeaderClassName
{
color: #D03CCF;
}
.AnyTagClassName
{
color: #D03CCF;
}
</style>
background-color css
<style>
a { background-color: #D03CCF; }
a { background-color: rgb(208,60,207); }
div.DivClassName
{
background-color: #D03CCF;
}
.BgClassName
{
background-color: #D03CCF;
}
</style>
border-color css
<style>
span { border-color: #D03CCF; }
span { border-color: rgb(208,60,207); }
td.TdClassName
{
border-color: #D03CCF;
}
.TagClassName
{
border-color: #D03CCF;
}
</style>