Shades of Fuchsia #D267BB
Tints of Fuchsia #D267BB
RGB
CMYK
RGB Variations
Color information
#D267BB (or 0xD267BB) is known color: Fuchsia. HEX triplet: D2, 67 and BB. RGB value is (210,103,187). Sum of RGB (Red+Green+Blue) = 210+103+187=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D267BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267BB is #2D9844. Grayscale: #909090. Windows color (decimal): -2988101 or 12281810. OLE color: 12281810.
HSL color Cylindrical-coordinate representation of color #D267BB: hue angle of 312.9º 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 #D267BB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 187 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.18 |
| HSL | 312.9º | 0.54% | 0.61% | - |
| HSV(B) | 312.9º | 0.51% | 0.82% | - |
| XYZ | 40.4 | 26.99 | 50.09 | - |
| YUV | 144.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 187 | 0 | 0.51 | 0.11 | 0.18 | 312.9 | 0.54 | 0.61 |
| Hex | D2 | 67 | BB | 0 | 33 | B | 12 | 139 | 36 | 3D |
| Octal | 322 | 147 | 273 | 0 | 63 | 13 | 22 | 471 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10111011 | 0 | 110011 | 1011 | 10010 | 100111001 | 110110 | 111101 |
Color Harmonies of #D267BB
Complementary color
Monochromatic Colors of #D267BB
Black with #D267BB
Text Example
Text Example
White with #D267BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267BB; }
p { color: rgb(210,103,187); }
H1.HeaderClassName
{
color: #D267BB;
}
.AnyTagClassName
{
color: #D267BB;
}
</style>
background-color css
<style>
a { background-color: #D267BB; }
a { background-color: rgb(210,103,187); }
div.DivClassName
{
background-color: #D267BB;
}
.BgClassName
{
background-color: #D267BB;
}
</style>
border-color css
<style>
span { border-color: #D267BB; }
span { border-color: rgb(210,103,187); }
td.TdClassName
{
border-color: #D267BB;
}
.TagClassName
{
border-color: #D267BB;
}
</style>