Shades of Fuchsia #D566B3
Tints of Fuchsia #D566B3
RGB
CMYK
RGB Variations
Color information
#D566B3 (or 0xD566B3) is known color: Fuchsia. HEX triplet: D5, 66 and B3. RGB value is (213,102,179). Sum of RGB (Red+Green+Blue) = 213+102+179=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D566B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566B3 is #2A994C. Grayscale: #8F8F8F. Windows color (decimal): -2791757 or 11757269. OLE color: 11757269.
HSL color Cylindrical-coordinate representation of color #D566B3: hue angle of 318.38º 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 #D566B3 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 179 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.16 |
| HSL | 318.38º | 0.57% | 0.62% | - |
| HSV(B) | 318.38º | 0.52% | 0.84% | - |
| XYZ | 40.33 | 26.9 | 45.72 | - |
| YUV | 143.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 179 | 0 | 0.52 | 0.16 | 0.16 | 318.38 | 0.57 | 0.62 |
| Hex | D5 | 66 | B3 | 0 | 34 | 10 | 10 | 13E | 39 | 3E |
| Octal | 325 | 146 | 263 | 0 | 64 | 20 | 20 | 476 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10110011 | 0 | 110100 | 10000 | 10000 | 100111110 | 111001 | 111110 |
Color Harmonies of #D566B3
Complementary color
Monochromatic Colors of #D566B3
Black with #D566B3
Text Example
Text Example
White with #D566B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566B3; }
p { color: rgb(213,102,179); }
H1.HeaderClassName
{
color: #D566B3;
}
.AnyTagClassName
{
color: #D566B3;
}
</style>
background-color css
<style>
a { background-color: #D566B3; }
a { background-color: rgb(213,102,179); }
div.DivClassName
{
background-color: #D566B3;
}
.BgClassName
{
background-color: #D566B3;
}
</style>
border-color css
<style>
span { border-color: #D566B3; }
span { border-color: rgb(213,102,179); }
td.TdClassName
{
border-color: #D566B3;
}
.TagClassName
{
border-color: #D566B3;
}
</style>