Shades of Fuchsia #D55DBD
Tints of Fuchsia #D55DBD
RGB
CMYK
RGB Variations
Color information
#D55DBD (or 0xD55DBD) is known color: Fuchsia. HEX triplet: D5, 5D and BD. RGB value is (213,93,189). Sum of RGB (Red+Green+Blue) = 213+93+189=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DBD is #2AA242. Grayscale: #8B8B8B. Windows color (decimal): -2794051 or 12410325. OLE color: 12410325.
HSL color Cylindrical-coordinate representation of color #D55DBD: hue angle of 312º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DBD is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 189 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.16 |
| HSL | 312º | 0.59% | 0.6% | - |
| HSV(B) | 312º | 0.56% | 0.84% | - |
| XYZ | 40.54 | 25.65 | 50.96 | - |
| YUV | 139.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 189 | 0 | 0.56 | 0.11 | 0.16 | 312 | 0.59 | 0.6 |
| Hex | D5 | 5D | BD | 0 | 38 | B | 10 | 138 | 3B | 3C |
| Octal | 325 | 135 | 275 | 0 | 70 | 13 | 20 | 470 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10111101 | 0 | 111000 | 1011 | 10000 | 100111000 | 111011 | 111100 |
Color Harmonies of #D55DBD
Complementary color
Monochromatic Colors of #D55DBD
Black with #D55DBD
Text Example
Text Example
White with #D55DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DBD; }
p { color: rgb(213,93,189); }
H1.HeaderClassName
{
color: #D55DBD;
}
.AnyTagClassName
{
color: #D55DBD;
}
</style>
background-color css
<style>
a { background-color: #D55DBD; }
a { background-color: rgb(213,93,189); }
div.DivClassName
{
background-color: #D55DBD;
}
.BgClassName
{
background-color: #D55DBD;
}
</style>
border-color css
<style>
span { border-color: #D55DBD; }
span { border-color: rgb(213,93,189); }
td.TdClassName
{
border-color: #D55DBD;
}
.TagClassName
{
border-color: #D55DBD;
}
</style>