Shades of Fuchsia #D567B7
Tints of Fuchsia #D567B7
RGB
CMYK
RGB Variations
Color information
#D567B7 (or 0xD567B7) is known color: Fuchsia. HEX triplet: D5, 67 and B7. RGB value is (213,103,183). Sum of RGB (Red+Green+Blue) = 213+103+183=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D567B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567B7 is #2A9848. Grayscale: #909090. Windows color (decimal): -2791497 or 12019669. OLE color: 12019669.
HSL color Cylindrical-coordinate representation of color #D567B7: hue angle of 316.36º 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 #D567B7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 183 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.16 |
| HSL | 316.36º | 0.57% | 0.62% | - |
| HSV(B) | 316.36º | 0.52% | 0.84% | - |
| XYZ | 40.84 | 27.27 | 47.91 | - |
| YUV | 145.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 183 | 0 | 0.52 | 0.14 | 0.16 | 316.36 | 0.57 | 0.62 |
| Hex | D5 | 67 | B7 | 0 | 34 | E | 10 | 13C | 39 | 3E |
| Octal | 325 | 147 | 267 | 0 | 64 | 16 | 20 | 474 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10110111 | 0 | 110100 | 1110 | 10000 | 100111100 | 111001 | 111110 |
Color Harmonies of #D567B7
Complementary color
Monochromatic Colors of #D567B7
Black with #D567B7
Text Example
Text Example
White with #D567B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567B7; }
p { color: rgb(213,103,183); }
H1.HeaderClassName
{
color: #D567B7;
}
.AnyTagClassName
{
color: #D567B7;
}
</style>
background-color css
<style>
a { background-color: #D567B7; }
a { background-color: rgb(213,103,183); }
div.DivClassName
{
background-color: #D567B7;
}
.BgClassName
{
background-color: #D567B7;
}
</style>
border-color css
<style>
span { border-color: #D567B7; }
span { border-color: rgb(213,103,183); }
td.TdClassName
{
border-color: #D567B7;
}
.TagClassName
{
border-color: #D567B7;
}
</style>