Shades of Fuchsia #D35DB5
Tints of Fuchsia #D35DB5
RGB
CMYK
RGB Variations
Color information
#D35DB5 (or 0xD35DB5) is known color: Fuchsia. HEX triplet: D3, 5D and B5. RGB value is (211,93,181). Sum of RGB (Red+Green+Blue) = 211+93+181=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DB5 is #2CA24A. Grayscale: #8A8A8A. Windows color (decimal): -2925131 or 11886035. OLE color: 11886035.
HSL color Cylindrical-coordinate representation of color #D35DB5: hue angle of 315.25º 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 #D35DB5 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 181 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.17 |
| HSL | 315.25º | 0.57% | 0.6% | - |
| HSV(B) | 315.25º | 0.56% | 0.83% | - |
| XYZ | 39.12 | 25.01 | 46.48 | - |
| YUV | 138.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 181 | 0 | 0.56 | 0.14 | 0.17 | 315.25 | 0.57 | 0.6 |
| Hex | D3 | 5D | B5 | 0 | 38 | E | 11 | 13B | 39 | 3C |
| Octal | 323 | 135 | 265 | 0 | 70 | 16 | 21 | 473 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10110101 | 0 | 111000 | 1110 | 10001 | 100111011 | 111001 | 111100 |
Color Harmonies of #D35DB5
Complementary color
Monochromatic Colors of #D35DB5
Black with #D35DB5
Text Example
Text Example
White with #D35DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DB5; }
p { color: rgb(211,93,181); }
H1.HeaderClassName
{
color: #D35DB5;
}
.AnyTagClassName
{
color: #D35DB5;
}
</style>
background-color css
<style>
a { background-color: #D35DB5; }
a { background-color: rgb(211,93,181); }
div.DivClassName
{
background-color: #D35DB5;
}
.BgClassName
{
background-color: #D35DB5;
}
</style>
border-color css
<style>
span { border-color: #D35DB5; }
span { border-color: rgb(211,93,181); }
td.TdClassName
{
border-color: #D35DB5;
}
.TagClassName
{
border-color: #D35DB5;
}
</style>