Shades of Fuchsia #D267B8
Tints of Fuchsia #D267B8
RGB
CMYK
RGB Variations
Color information
#D267B8 (or 0xD267B8) is known color: Fuchsia. HEX triplet: D2, 67 and B8. RGB value is (210,103,184). Sum of RGB (Red+Green+Blue) = 210+103+184=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D267B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267B8 is #2D9847. Grayscale: #909090. Windows color (decimal): -2988104 or 12085202. OLE color: 12085202.
HSL color Cylindrical-coordinate representation of color #D267B8: hue angle of 314.58º 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 #D267B8 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 184 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.18 |
| HSL | 314.58º | 0.54% | 0.61% | - |
| HSV(B) | 314.58º | 0.51% | 0.82% | - |
| XYZ | 40.08 | 26.86 | 48.42 | - |
| YUV | 144.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 184 | 0 | 0.51 | 0.12 | 0.18 | 314.58 | 0.54 | 0.61 |
| Hex | D2 | 67 | B8 | 0 | 33 | C | 12 | 13B | 36 | 3D |
| Octal | 322 | 147 | 270 | 0 | 63 | 14 | 22 | 473 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10111000 | 0 | 110011 | 1100 | 10010 | 100111011 | 110110 | 111101 |
Color Harmonies of #D267B8
Complementary color
Monochromatic Colors of #D267B8
Black with #D267B8
Text Example
Text Example
White with #D267B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267B8; }
p { color: rgb(210,103,184); }
H1.HeaderClassName
{
color: #D267B8;
}
.AnyTagClassName
{
color: #D267B8;
}
</style>
background-color css
<style>
a { background-color: #D267B8; }
a { background-color: rgb(210,103,184); }
div.DivClassName
{
background-color: #D267B8;
}
.BgClassName
{
background-color: #D267B8;
}
</style>
border-color css
<style>
span { border-color: #D267B8; }
span { border-color: rgb(210,103,184); }
td.TdClassName
{
border-color: #D267B8;
}
.TagClassName
{
border-color: #D267B8;
}
</style>