Shades of Fuchsia #D36AB6
Tints of Fuchsia #D36AB6
RGB
CMYK
RGB Variations
Color information
#D36AB6 (or 0xD36AB6) is known color: Fuchsia. HEX triplet: D3, 6A and B6. RGB value is (211,106,182). Sum of RGB (Red+Green+Blue) = 211+106+182=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AB6 is #2C9549. Grayscale: #919191. Windows color (decimal): -2921802 or 11954899. OLE color: 11954899.
HSL color Cylindrical-coordinate representation of color #D36AB6: hue angle of 316.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36AB6 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 182 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.17 |
| HSL | 316.57º | 0.54% | 0.62% | - |
| HSV(B) | 316.57º | 0.5% | 0.83% | - |
| XYZ | 40.46 | 27.53 | 47.44 | - |
| YUV | 146.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 182 | 0 | 0.50 | 0.14 | 0.17 | 316.57 | 0.54 | 0.62 |
| Hex | D3 | 6A | B6 | 0 | 32 | E | 11 | 13D | 36 | 3E |
| Octal | 323 | 152 | 266 | 0 | 62 | 16 | 21 | 475 | 66 | 76 |
| Binary | 11010011 | 1101010 | 10110110 | 0 | 110010 | 1110 | 10001 | 100111101 | 110110 | 111110 |
Color Harmonies of #D36AB6
Complementary color
Monochromatic Colors of #D36AB6
Black with #D36AB6
Text Example
Text Example
White with #D36AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36AB6; }
p { color: rgb(211,106,182); }
H1.HeaderClassName
{
color: #D36AB6;
}
.AnyTagClassName
{
color: #D36AB6;
}
</style>
background-color css
<style>
a { background-color: #D36AB6; }
a { background-color: rgb(211,106,182); }
div.DivClassName
{
background-color: #D36AB6;
}
.BgClassName
{
background-color: #D36AB6;
}
</style>
border-color css
<style>
span { border-color: #D36AB6; }
span { border-color: rgb(211,106,182); }
td.TdClassName
{
border-color: #D36AB6;
}
.TagClassName
{
border-color: #D36AB6;
}
</style>