Shades of Fuchsia #D35DB6
Tints of Fuchsia #D35DB6
RGB
CMYK
RGB Variations
Color information
#D35DB6 (or 0xD35DB6) is known color: Fuchsia. HEX triplet: D3, 5D and B6. RGB value is (211,93,182). Sum of RGB (Red+Green+Blue) = 211+93+182=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DB6 is #2CA249. Grayscale: #8A8A8A. Windows color (decimal): -2925130 or 11951571. OLE color: 11951571.
HSL color Cylindrical-coordinate representation of color #D35DB6: hue angle of 314.75º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35DB6 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 182 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.17 |
| HSL | 314.75º | 0.57% | 0.6% | - |
| HSV(B) | 314.75º | 0.56% | 0.83% | - |
| XYZ | 39.22 | 25.05 | 47.02 | - |
| YUV | 138.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 182 | 0 | 0.56 | 0.14 | 0.17 | 314.75 | 0.57 | 0.6 |
| Hex | D3 | 5D | B6 | 0 | 38 | E | 11 | 13B | 39 | 3C |
| Octal | 323 | 135 | 266 | 0 | 70 | 16 | 21 | 473 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10110110 | 0 | 111000 | 1110 | 10001 | 100111011 | 111001 | 111100 |
Color Harmonies of #D35DB6
Complementary color
Monochromatic Colors of #D35DB6
Black with #D35DB6
Text Example
Text Example
White with #D35DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DB6; }
p { color: rgb(211,93,182); }
H1.HeaderClassName
{
color: #D35DB6;
}
.AnyTagClassName
{
color: #D35DB6;
}
</style>
background-color css
<style>
a { background-color: #D35DB6; }
a { background-color: rgb(211,93,182); }
div.DivClassName
{
background-color: #D35DB6;
}
.BgClassName
{
background-color: #D35DB6;
}
</style>
border-color css
<style>
span { border-color: #D35DB6; }
span { border-color: rgb(211,93,182); }
td.TdClassName
{
border-color: #D35DB6;
}
.TagClassName
{
border-color: #D35DB6;
}
</style>