Shades of Fuchsia #D566B5
Tints of Fuchsia #D566B5
RGB
CMYK
RGB Variations
Color information
#D566B5 (or 0xD566B5) is known color: Fuchsia. HEX triplet: D5, 66 and B5. RGB value is (213,102,181). Sum of RGB (Red+Green+Blue) = 213+102+181=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D566B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566B5 is #2A994A. Grayscale: #8F8F8F. Windows color (decimal): -2791755 or 11888341. OLE color: 11888341.
HSL color Cylindrical-coordinate representation of color #D566B5: hue angle of 317.3º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D566B5 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 181 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.16 |
| HSL | 317.3º | 0.57% | 0.62% | - |
| HSV(B) | 317.3º | 0.52% | 0.84% | - |
| XYZ | 40.53 | 26.99 | 46.79 | - |
| YUV | 144.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 181 | 0 | 0.52 | 0.15 | 0.16 | 317.3 | 0.57 | 0.62 |
| Hex | D5 | 66 | B5 | 0 | 34 | F | 10 | 13D | 39 | 3E |
| Octal | 325 | 146 | 265 | 0 | 64 | 17 | 20 | 475 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10110101 | 0 | 110100 | 1111 | 10000 | 100111101 | 111001 | 111110 |
Color Harmonies of #D566B5
Complementary color
Monochromatic Colors of #D566B5
Black with #D566B5
Text Example
Text Example
White with #D566B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566B5; }
p { color: rgb(213,102,181); }
H1.HeaderClassName
{
color: #D566B5;
}
.AnyTagClassName
{
color: #D566B5;
}
</style>
background-color css
<style>
a { background-color: #D566B5; }
a { background-color: rgb(213,102,181); }
div.DivClassName
{
background-color: #D566B5;
}
.BgClassName
{
background-color: #D566B5;
}
</style>
border-color css
<style>
span { border-color: #D566B5; }
span { border-color: rgb(213,102,181); }
td.TdClassName
{
border-color: #D566B5;
}
.TagClassName
{
border-color: #D566B5;
}
</style>