Shades of Fuchsia #D55BC4
Tints of Fuchsia #D55BC4
RGB
CMYK
RGB Variations
Color information
#D55BC4 (or 0xD55BC4) is known color: Fuchsia. HEX triplet: D5, 5B and C4. RGB value is (213,91,196). Sum of RGB (Red+Green+Blue) = 213+91+196=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BC4 is #2AA43B. Grayscale: #8B8B8B. Windows color (decimal): -2794556 or 12868565. OLE color: 12868565.
HSL color Cylindrical-coordinate representation of color #D55BC4: hue angle of 308.36º 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 #D55BC4 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 196 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.16 |
| HSL | 308.36º | 0.59% | 0.6% | - |
| HSV(B) | 308.36º | 0.57% | 0.84% | - |
| XYZ | 41.15 | 25.61 | 55 | - |
| YUV | 139.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 196 | 0 | 0.57 | 0.08 | 0.16 | 308.36 | 0.59 | 0.6 |
| Hex | D5 | 5B | C4 | 0 | 39 | 8 | 10 | 134 | 3B | 3C |
| Octal | 325 | 133 | 304 | 0 | 71 | 10 | 20 | 464 | 73 | 74 |
| Binary | 11010101 | 1011011 | 11000100 | 0 | 111001 | 1000 | 10000 | 100110100 | 111011 | 111100 |
Color Harmonies of #D55BC4
Complementary color
Monochromatic Colors of #D55BC4
Black with #D55BC4
Text Example
Text Example
White with #D55BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BC4; }
p { color: rgb(213,91,196); }
H1.HeaderClassName
{
color: #D55BC4;
}
.AnyTagClassName
{
color: #D55BC4;
}
</style>
background-color css
<style>
a { background-color: #D55BC4; }
a { background-color: rgb(213,91,196); }
div.DivClassName
{
background-color: #D55BC4;
}
.BgClassName
{
background-color: #D55BC4;
}
</style>
border-color css
<style>
span { border-color: #D55BC4; }
span { border-color: rgb(213,91,196); }
td.TdClassName
{
border-color: #D55BC4;
}
.TagClassName
{
border-color: #D55BC4;
}
</style>