Shades of Fuchsia #D360B3
Tints of Fuchsia #D360B3
RGB
CMYK
RGB Variations
Color information
#D360B3 (or 0xD360B3) is known color: Fuchsia. HEX triplet: D3, 60 and B3. RGB value is (211,96,179). Sum of RGB (Red+Green+Blue) = 211+96+179=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D360B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360B3 is #2C9F4C. Grayscale: #8B8B8B. Windows color (decimal): -2924365 or 11755731. OLE color: 11755731.
HSL color Cylindrical-coordinate representation of color #D360B3: hue angle of 316.7º 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 #D360B3 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 179 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.17 |
| HSL | 316.7º | 0.57% | 0.6% | - |
| HSV(B) | 316.7º | 0.55% | 0.83% | - |
| XYZ | 39.18 | 25.47 | 45.5 | - |
| YUV | 139.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 179 | 0 | 0.55 | 0.15 | 0.17 | 316.7 | 0.57 | 0.6 |
| Hex | D3 | 60 | B3 | 0 | 37 | F | 11 | 13D | 39 | 3C |
| Octal | 323 | 140 | 263 | 0 | 67 | 17 | 21 | 475 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10110011 | 0 | 110111 | 1111 | 10001 | 100111101 | 111001 | 111100 |
Color Harmonies of #D360B3
Complementary color
Monochromatic Colors of #D360B3
Black with #D360B3
Text Example
Text Example
White with #D360B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360B3; }
p { color: rgb(211,96,179); }
H1.HeaderClassName
{
color: #D360B3;
}
.AnyTagClassName
{
color: #D360B3;
}
</style>
background-color css
<style>
a { background-color: #D360B3; }
a { background-color: rgb(211,96,179); }
div.DivClassName
{
background-color: #D360B3;
}
.BgClassName
{
background-color: #D360B3;
}
</style>
border-color css
<style>
span { border-color: #D360B3; }
span { border-color: rgb(211,96,179); }
td.TdClassName
{
border-color: #D360B3;
}
.TagClassName
{
border-color: #D360B3;
}
</style>