Shades of Fuchsia #D267B6
Tints of Fuchsia #D267B6
RGB
CMYK
RGB Variations
Color information
#D267B6 (or 0xD267B6) is known color: Fuchsia. HEX triplet: D2, 67 and B6. RGB value is (210,103,182). Sum of RGB (Red+Green+Blue) = 210+103+182=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D267B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267B6 is #2D9849. Grayscale: #8F8F8F. Windows color (decimal): -2988106 or 11954130. OLE color: 11954130.
HSL color Cylindrical-coordinate representation of color #D267B6: hue angle of 315.7º 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 #D267B6 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 182 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.18 |
| HSL | 315.7º | 0.54% | 0.61% | - |
| HSV(B) | 315.7º | 0.51% | 0.82% | - |
| XYZ | 39.87 | 26.78 | 47.32 | - |
| YUV | 144 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 182 | 0 | 0.51 | 0.13 | 0.18 | 315.7 | 0.54 | 0.61 |
| Hex | D2 | 67 | B6 | 0 | 33 | D | 12 | 13C | 36 | 3D |
| Octal | 322 | 147 | 266 | 0 | 63 | 15 | 22 | 474 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10110110 | 0 | 110011 | 1101 | 10010 | 100111100 | 110110 | 111101 |
Color Harmonies of #D267B6
Complementary color
Monochromatic Colors of #D267B6
Black with #D267B6
Text Example
Text Example
White with #D267B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267B6; }
p { color: rgb(210,103,182); }
H1.HeaderClassName
{
color: #D267B6;
}
.AnyTagClassName
{
color: #D267B6;
}
</style>
background-color css
<style>
a { background-color: #D267B6; }
a { background-color: rgb(210,103,182); }
div.DivClassName
{
background-color: #D267B6;
}
.BgClassName
{
background-color: #D267B6;
}
</style>
border-color css
<style>
span { border-color: #D267B6; }
span { border-color: rgb(210,103,182); }
td.TdClassName
{
border-color: #D267B6;
}
.TagClassName
{
border-color: #D267B6;
}
</style>