Shades of Fuchsia #D542BD
Tints of Fuchsia #D542BD
RGB
CMYK
RGB Variations
Color information
#D542BD (or 0xD542BD) is known color: Fuchsia. HEX triplet: D5, 42 and BD. RGB value is (213,66,189). Sum of RGB (Red+Green+Blue) = 213+66+189=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D542BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542BD is #2ABD42. Grayscale: #7B7B7B. Windows color (decimal): -2800963 or 12403413. OLE color: 12403413.
HSL color Cylindrical-coordinate representation of color #D542BD: hue angle of 309.8º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D542BD is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 189 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.16 |
| HSL | 309.8º | 0.64% | 0.55% | - |
| HSV(B) | 309.8º | 0.69% | 0.84% | - |
| XYZ | 38.57 | 21.72 | 50.3 | - |
| YUV | 123.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 189 | 0 | 0.69 | 0.11 | 0.16 | 309.8 | 0.64 | 0.55 |
| Hex | D5 | 42 | BD | 0 | 45 | B | 10 | 136 | 40 | 37 |
| Octal | 325 | 102 | 275 | 0 | 105 | 13 | 20 | 466 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10111101 | 0 | 1000101 | 1011 | 10000 | 100110110 | 1000000 | 110111 |
Color Harmonies of #D542BD
Complementary color
Monochromatic Colors of #D542BD
Black with #D542BD
Text Example
Text Example
White with #D542BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542BD; }
p { color: rgb(213,66,189); }
H1.HeaderClassName
{
color: #D542BD;
}
.AnyTagClassName
{
color: #D542BD;
}
</style>
background-color css
<style>
a { background-color: #D542BD; }
a { background-color: rgb(213,66,189); }
div.DivClassName
{
background-color: #D542BD;
}
.BgClassName
{
background-color: #D542BD;
}
</style>
border-color css
<style>
span { border-color: #D542BD; }
span { border-color: rgb(213,66,189); }
td.TdClassName
{
border-color: #D542BD;
}
.TagClassName
{
border-color: #D542BD;
}
</style>