Shades of Fuchsia #D05DB4
Tints of Fuchsia #D05DB4
RGB
CMYK
RGB Variations
Color information
#D05DB4 (or 0xD05DB4) is known color: Fuchsia. HEX triplet: D0, 5D and B4. RGB value is (208,93,180). Sum of RGB (Red+Green+Blue) = 208+93+180=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DB4 is #2FA24B. Grayscale: #898989. Windows color (decimal): -3121740 or 11820496. OLE color: 11820496.
HSL color Cylindrical-coordinate representation of color #D05DB4: hue angle of 314.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05DB4 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 180 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.18 |
| HSL | 314.61º | 0.55% | 0.59% | - |
| HSV(B) | 314.61º | 0.55% | 0.82% | - |
| XYZ | 38.17 | 24.53 | 45.9 | - |
| YUV | 137.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 180 | 0 | 0.55 | 0.13 | 0.18 | 314.61 | 0.55 | 0.59 |
| Hex | D0 | 5D | B4 | 0 | 37 | D | 12 | 13B | 37 | 3B |
| Octal | 320 | 135 | 264 | 0 | 67 | 15 | 22 | 473 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10110100 | 0 | 110111 | 1101 | 10010 | 100111011 | 110111 | 111011 |
Color Harmonies of #D05DB4
Complementary color
Monochromatic Colors of #D05DB4
Black with #D05DB4
Text Example
Text Example
White with #D05DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DB4; }
p { color: rgb(208,93,180); }
H1.HeaderClassName
{
color: #D05DB4;
}
.AnyTagClassName
{
color: #D05DB4;
}
</style>
background-color css
<style>
a { background-color: #D05DB4; }
a { background-color: rgb(208,93,180); }
div.DivClassName
{
background-color: #D05DB4;
}
.BgClassName
{
background-color: #D05DB4;
}
</style>
border-color css
<style>
span { border-color: #D05DB4; }
span { border-color: rgb(208,93,180); }
td.TdClassName
{
border-color: #D05DB4;
}
.TagClassName
{
border-color: #D05DB4;
}
</style>