Shades of Fuchsia #D05CB0
Tints of Fuchsia #D05CB0
RGB
CMYK
RGB Variations
Color information
#D05CB0 (or 0xD05CB0) is known color: Fuchsia. HEX triplet: D0, 5C and B0. RGB value is (208,92,176). Sum of RGB (Red+Green+Blue) = 208+92+176=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CB0 is #2FA34F. Grayscale: #888888. Windows color (decimal): -3122000 or 11558096. OLE color: 11558096.
HSL color Cylindrical-coordinate representation of color #D05CB0: hue angle of 316.55º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05CB0 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 176 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.18 |
| HSL | 316.55º | 0.55% | 0.59% | - |
| HSV(B) | 316.55º | 0.56% | 0.82% | - |
| XYZ | 37.68 | 24.2 | 43.76 | - |
| YUV | 136.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 176 | 0 | 0.56 | 0.15 | 0.18 | 316.55 | 0.55 | 0.59 |
| Hex | D0 | 5C | B0 | 0 | 38 | F | 12 | 13D | 37 | 3B |
| Octal | 320 | 134 | 260 | 0 | 70 | 17 | 22 | 475 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10110000 | 0 | 111000 | 1111 | 10010 | 100111101 | 110111 | 111011 |
Color Harmonies of #D05CB0
Complementary color
Monochromatic Colors of #D05CB0
Black with #D05CB0
Text Example
Text Example
White with #D05CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CB0; }
p { color: rgb(208,92,176); }
H1.HeaderClassName
{
color: #D05CB0;
}
.AnyTagClassName
{
color: #D05CB0;
}
</style>
background-color css
<style>
a { background-color: #D05CB0; }
a { background-color: rgb(208,92,176); }
div.DivClassName
{
background-color: #D05CB0;
}
.BgClassName
{
background-color: #D05CB0;
}
</style>
border-color css
<style>
span { border-color: #D05CB0; }
span { border-color: rgb(208,92,176); }
td.TdClassName
{
border-color: #D05CB0;
}
.TagClassName
{
border-color: #D05CB0;
}
</style>