Shades of Fuchsia #D55BC2
Tints of Fuchsia #D55BC2
RGB
CMYK
RGB Variations
Color information
#D55BC2 (or 0xD55BC2) is known color: Fuchsia. HEX triplet: D5, 5B and C2. RGB value is (213,91,194). Sum of RGB (Red+Green+Blue) = 213+91+194=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BC2 is #2AA43D. Grayscale: #8A8A8A. Windows color (decimal): -2794558 or 12737493. OLE color: 12737493.
HSL color Cylindrical-coordinate representation of color #D55BC2: hue angle of 309.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55BC2 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 91 | 194 | - |
CMYK | 0 | 0.57 | 0.09 | 0.16 |
HSL | 309.34º | 0.59% | 0.6% | - |
HSV(B) | 309.34º | 0.57% | 0.84% | - |
XYZ | 40.92 | 25.52 | 53.81 | - |
YUV | 139.22 | 158.92 | 180.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 91 | 194 | 0 | 0.57 | 0.09 | 0.16 | 309.34 | 0.59 | 0.6 |
Hex | D5 | 5B | C2 | 0 | 39 | 9 | 10 | 135 | 3B | 3C |
Octal | 325 | 133 | 302 | 0 | 71 | 11 | 20 | 465 | 73 | 74 |
Binary | 11010101 | 1011011 | 11000010 | 0 | 111001 | 1001 | 10000 | 100110101 | 111011 | 111100 |
Color Harmonies of #D55BC2
Complementary color
Monochromatic Colors of #D55BC2
Black with #D55BC2
Text Example
Text Example
White with #D55BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BC2; }
p { color: rgb(213,91,194); }
H1.HeaderClassName
{
color: #D55BC2;
}
.AnyTagClassName
{
color: #D55BC2;
}
</style>
background-color css
<style>
a { background-color: #D55BC2; }
a { background-color: rgb(213,91,194); }
div.DivClassName
{
background-color: #D55BC2;
}
.BgClassName
{
background-color: #D55BC2;
}
</style>
border-color css
<style>
span { border-color: #D55BC2; }
span { border-color: rgb(213,91,194); }
td.TdClassName
{
border-color: #D55BC2;
}
.TagClassName
{
border-color: #D55BC2;
}
</style>