Shades of Fuchsia #D02FAF
Tints of Fuchsia #D02FAF
RGB
CMYK
RGB Variations
Color information
#D02FAF (or 0xD02FAF) is known color: Fuchsia. HEX triplet: D0, 2F and AF. RGB value is (208,47,175). Sum of RGB (Red+Green+Blue) = 208+47+175=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FAF is #2FD050. Grayscale: #6D6D6D. Windows color (decimal): -3133521 or 11481040. OLE color: 11481040.
HSL color Cylindrical-coordinate representation of color #D02FAF: hue angle of 312.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02FAF is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 175 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.18 |
| HSL | 312.3º | 0.63% | 0.5% | - |
| HSV(B) | 312.3º | 0.77% | 0.82% | - |
| XYZ | 34.77 | 18.54 | 42.3 | - |
| YUV | 109.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 175 | 0 | 0.77 | 0.16 | 0.18 | 312.3 | 0.63 | 0.5 |
| Hex | D0 | 2F | AF | 0 | 4D | 10 | 12 | 138 | 3F | 32 |
| Octal | 320 | 57 | 257 | 0 | 115 | 20 | 22 | 470 | 77 | 62 |
| Binary | 11010000 | 101111 | 10101111 | 0 | 1001101 | 10000 | 10010 | 100111000 | 111111 | 110010 |
Color Harmonies of #D02FAF
Complementary color
Monochromatic Colors of #D02FAF
Black with #D02FAF
Text Example
Text Example
White with #D02FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FAF; }
p { color: rgb(208,47,175); }
H1.HeaderClassName
{
color: #D02FAF;
}
.AnyTagClassName
{
color: #D02FAF;
}
</style>
background-color css
<style>
a { background-color: #D02FAF; }
a { background-color: rgb(208,47,175); }
div.DivClassName
{
background-color: #D02FAF;
}
.BgClassName
{
background-color: #D02FAF;
}
</style>
border-color css
<style>
span { border-color: #D02FAF; }
span { border-color: rgb(208,47,175); }
td.TdClassName
{
border-color: #D02FAF;
}
.TagClassName
{
border-color: #D02FAF;
}
</style>