Shades of Fuchsia #D268B6
Tints of Fuchsia #D268B6
RGB
CMYK
RGB Variations
Color information
#D268B6 (or 0xD268B6) is known color: Fuchsia. HEX triplet: D2, 68 and B6. RGB value is (210,104,182). Sum of RGB (Red+Green+Blue) = 210+104+182=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D268B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268B6 is #2D9749. Grayscale: #909090. Windows color (decimal): -2987850 or 11954386. OLE color: 11954386.
HSL color Cylindrical-coordinate representation of color #D268B6: hue angle of 315.85º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268B6 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 182 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.18 |
| HSL | 315.85º | 0.54% | 0.62% | - |
| HSV(B) | 315.85º | 0.5% | 0.82% | - |
| XYZ | 39.97 | 26.98 | 47.36 | - |
| YUV | 144.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 182 | 0 | 0.50 | 0.13 | 0.18 | 315.85 | 0.54 | 0.62 |
| Hex | D2 | 68 | B6 | 0 | 32 | D | 12 | 13C | 36 | 3E |
| Octal | 322 | 150 | 266 | 0 | 62 | 15 | 22 | 474 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10110110 | 0 | 110010 | 1101 | 10010 | 100111100 | 110110 | 111110 |
Color Harmonies of #D268B6
Complementary color
Monochromatic Colors of #D268B6
Black with #D268B6
Text Example
Text Example
White with #D268B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268B6; }
p { color: rgb(210,104,182); }
H1.HeaderClassName
{
color: #D268B6;
}
.AnyTagClassName
{
color: #D268B6;
}
</style>
background-color css
<style>
a { background-color: #D268B6; }
a { background-color: rgb(210,104,182); }
div.DivClassName
{
background-color: #D268B6;
}
.BgClassName
{
background-color: #D268B6;
}
</style>
border-color css
<style>
span { border-color: #D268B6; }
span { border-color: rgb(210,104,182); }
td.TdClassName
{
border-color: #D268B6;
}
.TagClassName
{
border-color: #D268B6;
}
</style>