Shades of Fuchsia #D267B9
Tints of Fuchsia #D267B9
RGB
CMYK
RGB Variations
Color information
#D267B9 (or 0xD267B9) is known color: Fuchsia. HEX triplet: D2, 67 and B9. RGB value is (210,103,185). Sum of RGB (Red+Green+Blue) = 210+103+185=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D267B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267B9 is #2D9846. Grayscale: #909090. Windows color (decimal): -2988103 or 12150738. OLE color: 12150738.
HSL color Cylindrical-coordinate representation of color #D267B9: hue angle of 314.02º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267B9 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 185 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.18 |
| HSL | 314.02º | 0.54% | 0.61% | - |
| HSV(B) | 314.02º | 0.51% | 0.82% | - |
| XYZ | 40.19 | 26.9 | 48.97 | - |
| YUV | 144.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 185 | 0 | 0.51 | 0.12 | 0.18 | 314.02 | 0.54 | 0.61 |
| Hex | D2 | 67 | B9 | 0 | 33 | C | 12 | 13A | 36 | 3D |
| Octal | 322 | 147 | 271 | 0 | 63 | 14 | 22 | 472 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10111001 | 0 | 110011 | 1100 | 10010 | 100111010 | 110110 | 111101 |
Color Harmonies of #D267B9
Complementary color
Monochromatic Colors of #D267B9
Black with #D267B9
Text Example
Text Example
White with #D267B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267B9; }
p { color: rgb(210,103,185); }
H1.HeaderClassName
{
color: #D267B9;
}
.AnyTagClassName
{
color: #D267B9;
}
</style>
background-color css
<style>
a { background-color: #D267B9; }
a { background-color: rgb(210,103,185); }
div.DivClassName
{
background-color: #D267B9;
}
.BgClassName
{
background-color: #D267B9;
}
</style>
border-color css
<style>
span { border-color: #D267B9; }
span { border-color: rgb(210,103,185); }
td.TdClassName
{
border-color: #D267B9;
}
.TagClassName
{
border-color: #D267B9;
}
</style>