Shades of Fuchsia #D566B6
Tints of Fuchsia #D566B6
RGB
CMYK
RGB Variations
Color information
#D566B6 (or 0xD566B6) is known color: Fuchsia. HEX triplet: D5, 66 and B6. RGB value is (213,102,182). Sum of RGB (Red+Green+Blue) = 213+102+182=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D566B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566B6 is #2A9949. Grayscale: #909090. Windows color (decimal): -2791754 or 11953877. OLE color: 11953877.
HSL color Cylindrical-coordinate representation of color #D566B6: hue angle of 316.76º 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 #D566B6 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 182 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.16 |
| HSL | 316.76º | 0.57% | 0.62% | - |
| HSV(B) | 316.76º | 0.52% | 0.84% | - |
| XYZ | 40.64 | 27.03 | 47.33 | - |
| YUV | 144.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 182 | 0 | 0.52 | 0.15 | 0.16 | 316.76 | 0.57 | 0.62 |
| Hex | D5 | 66 | B6 | 0 | 34 | F | 10 | 13D | 39 | 3E |
| Octal | 325 | 146 | 266 | 0 | 64 | 17 | 20 | 475 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10110110 | 0 | 110100 | 1111 | 10000 | 100111101 | 111001 | 111110 |
Color Harmonies of #D566B6
Complementary color
Monochromatic Colors of #D566B6
Black with #D566B6
Text Example
Text Example
White with #D566B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566B6; }
p { color: rgb(213,102,182); }
H1.HeaderClassName
{
color: #D566B6;
}
.AnyTagClassName
{
color: #D566B6;
}
</style>
background-color css
<style>
a { background-color: #D566B6; }
a { background-color: rgb(213,102,182); }
div.DivClassName
{
background-color: #D566B6;
}
.BgClassName
{
background-color: #D566B6;
}
</style>
border-color css
<style>
span { border-color: #D566B6; }
span { border-color: rgb(213,102,182); }
td.TdClassName
{
border-color: #D566B6;
}
.TagClassName
{
border-color: #D566B6;
}
</style>