Shades of Fuchsia #D35CBC
Tints of Fuchsia #D35CBC
RGB
CMYK
RGB Variations
Color information
#D35CBC (or 0xD35CBC) is known color: Fuchsia. HEX triplet: D3, 5C and BC. RGB value is (211,92,188). Sum of RGB (Red+Green+Blue) = 211+92+188=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CBC is #2CA343. Grayscale: #8A8A8A. Windows color (decimal): -2925380 or 12344531. OLE color: 12344531.
HSL color Cylindrical-coordinate representation of color #D35CBC: hue angle of 311.6º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35CBC is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 92 | 188 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.17 |
| HSL | 311.6º | 0.57% | 0.59% | - |
| HSV(B) | 311.6º | 0.56% | 0.83% | - |
| XYZ | 39.77 | 25.13 | 50.33 | - |
| YUV | 138.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 188 | 0 | 0.56 | 0.11 | 0.17 | 311.6 | 0.57 | 0.59 |
| Hex | D3 | 5C | BC | 0 | 38 | B | 11 | 138 | 39 | 3B |
| Octal | 323 | 134 | 274 | 0 | 70 | 13 | 21 | 470 | 71 | 73 |
| Binary | 11010011 | 1011100 | 10111100 | 0 | 111000 | 1011 | 10001 | 100111000 | 111001 | 111011 |
Color Harmonies of #D35CBC
Complementary color
Monochromatic Colors of #D35CBC
Black with #D35CBC
Text Example
Text Example
White with #D35CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35CBC; }
p { color: rgb(211,92,188); }
H1.HeaderClassName
{
color: #D35CBC;
}
.AnyTagClassName
{
color: #D35CBC;
}
</style>
background-color css
<style>
a { background-color: #D35CBC; }
a { background-color: rgb(211,92,188); }
div.DivClassName
{
background-color: #D35CBC;
}
.BgClassName
{
background-color: #D35CBC;
}
</style>
border-color css
<style>
span { border-color: #D35CBC; }
span { border-color: rgb(211,92,188); }
td.TdClassName
{
border-color: #D35CBC;
}
.TagClassName
{
border-color: #D35CBC;
}
</style>