Shades of Fuchsia #D05CBC
Tints of Fuchsia #D05CBC
RGB
CMYK
RGB Variations
Color information
#D05CBC (or 0xD05CBC) is known color: Fuchsia. HEX triplet: D0, 5C and BC. RGB value is (208,92,188). Sum of RGB (Red+Green+Blue) = 208+92+188=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CBC is #2FA343. Grayscale: #898989. Windows color (decimal): -3121988 or 12344528. OLE color: 12344528.
HSL color Cylindrical-coordinate representation of color #D05CBC: hue angle of 310.34º 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 #D05CBC is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 188 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.18 |
| HSL | 310.34º | 0.55% | 0.59% | - |
| HSV(B) | 310.34º | 0.56% | 0.82% | - |
| XYZ | 38.92 | 24.7 | 50.29 | - |
| YUV | 137.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 188 | 0 | 0.56 | 0.10 | 0.18 | 310.34 | 0.55 | 0.59 |
| Hex | D0 | 5C | BC | 0 | 38 | A | 12 | 136 | 37 | 3B |
| Octal | 320 | 134 | 274 | 0 | 70 | 12 | 22 | 466 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10111100 | 0 | 111000 | 1010 | 10010 | 100110110 | 110111 | 111011 |
Color Harmonies of #D05CBC
Complementary color
Monochromatic Colors of #D05CBC
Black with #D05CBC
Text Example
Text Example
White with #D05CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CBC; }
p { color: rgb(208,92,188); }
H1.HeaderClassName
{
color: #D05CBC;
}
.AnyTagClassName
{
color: #D05CBC;
}
</style>
background-color css
<style>
a { background-color: #D05CBC; }
a { background-color: rgb(208,92,188); }
div.DivClassName
{
background-color: #D05CBC;
}
.BgClassName
{
background-color: #D05CBC;
}
</style>
border-color css
<style>
span { border-color: #D05CBC; }
span { border-color: rgb(208,92,188); }
td.TdClassName
{
border-color: #D05CBC;
}
.TagClassName
{
border-color: #D05CBC;
}
</style>