Shades of Fuchsia #D35DB4
Tints of Fuchsia #D35DB4
RGB
CMYK
RGB Variations
Color information
#D35DB4 (or 0xD35DB4) is known color: Fuchsia. HEX triplet: D3, 5D and B4. RGB value is (211,93,180). Sum of RGB (Red+Green+Blue) = 211+93+180=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DB4 is #2CA24B. Grayscale: #898989. Windows color (decimal): -2925132 or 11820499. OLE color: 11820499.
HSL color Cylindrical-coordinate representation of color #D35DB4: hue angle of 315.76º 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 #D35DB4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 180 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.17 |
| HSL | 315.76º | 0.57% | 0.6% | - |
| HSV(B) | 315.76º | 0.56% | 0.83% | - |
| XYZ | 39.02 | 24.97 | 45.94 | - |
| YUV | 138.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 180 | 0 | 0.56 | 0.15 | 0.17 | 315.76 | 0.57 | 0.6 |
| Hex | D3 | 5D | B4 | 0 | 38 | F | 11 | 13C | 39 | 3C |
| Octal | 323 | 135 | 264 | 0 | 70 | 17 | 21 | 474 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10110100 | 0 | 111000 | 1111 | 10001 | 100111100 | 111001 | 111100 |
Color Harmonies of #D35DB4
Complementary color
Monochromatic Colors of #D35DB4
Black with #D35DB4
Text Example
Text Example
White with #D35DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DB4; }
p { color: rgb(211,93,180); }
H1.HeaderClassName
{
color: #D35DB4;
}
.AnyTagClassName
{
color: #D35DB4;
}
</style>
background-color css
<style>
a { background-color: #D35DB4; }
a { background-color: rgb(211,93,180); }
div.DivClassName
{
background-color: #D35DB4;
}
.BgClassName
{
background-color: #D35DB4;
}
</style>
border-color css
<style>
span { border-color: #D35DB4; }
span { border-color: rgb(211,93,180); }
td.TdClassName
{
border-color: #D35DB4;
}
.TagClassName
{
border-color: #D35DB4;
}
</style>