Shades of Fuchsia #D360BD
Tints of Fuchsia #D360BD
RGB
CMYK
RGB Variations
Color information
#D360BD (or 0xD360BD) is known color: Fuchsia. HEX triplet: D3, 60 and BD. RGB value is (211,96,189). Sum of RGB (Red+Green+Blue) = 211+96+189=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D360BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360BD is #2C9F42. Grayscale: #8C8C8C. Windows color (decimal): -2924355 or 12411091. OLE color: 12411091.
HSL color Cylindrical-coordinate representation of color #D360BD: hue angle of 311.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D360BD is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 189 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.17 |
| HSL | 311.48º | 0.57% | 0.6% | - |
| HSV(B) | 311.48º | 0.55% | 0.83% | - |
| XYZ | 40.23 | 25.89 | 51.02 | - |
| YUV | 140.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 189 | 0 | 0.55 | 0.10 | 0.17 | 311.48 | 0.57 | 0.6 |
| Hex | D3 | 60 | BD | 0 | 37 | A | 11 | 137 | 39 | 3C |
| Octal | 323 | 140 | 275 | 0 | 67 | 12 | 21 | 467 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10111101 | 0 | 110111 | 1010 | 10001 | 100110111 | 111001 | 111100 |
Color Harmonies of #D360BD
Complementary color
Monochromatic Colors of #D360BD
Black with #D360BD
Text Example
Text Example
White with #D360BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360BD; }
p { color: rgb(211,96,189); }
H1.HeaderClassName
{
color: #D360BD;
}
.AnyTagClassName
{
color: #D360BD;
}
</style>
background-color css
<style>
a { background-color: #D360BD; }
a { background-color: rgb(211,96,189); }
div.DivClassName
{
background-color: #D360BD;
}
.BgClassName
{
background-color: #D360BD;
}
</style>
border-color css
<style>
span { border-color: #D360BD; }
span { border-color: rgb(211,96,189); }
td.TdClassName
{
border-color: #D360BD;
}
.TagClassName
{
border-color: #D360BD;
}
</style>