Shades of Fuchsia #D268B3
Tints of Fuchsia #D268B3
RGB
CMYK
RGB Variations
Color information
#D268B3 (or 0xD268B3) is known color: Fuchsia. HEX triplet: D2, 68 and B3. RGB value is (210,104,179). Sum of RGB (Red+Green+Blue) = 210+104+179=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D268B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268B3 is #2D974C. Grayscale: #909090. Windows color (decimal): -2987853 or 11757778. OLE color: 11757778.
HSL color Cylindrical-coordinate representation of color #D268B3: hue angle of 317.55º 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 #D268B3 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 179 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.18 |
| HSL | 317.55º | 0.54% | 0.62% | - |
| HSV(B) | 317.55º | 0.5% | 0.82% | - |
| XYZ | 39.67 | 26.86 | 45.74 | - |
| YUV | 144.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 179 | 0 | 0.50 | 0.15 | 0.18 | 317.55 | 0.54 | 0.62 |
| Hex | D2 | 68 | B3 | 0 | 32 | F | 12 | 13E | 36 | 3E |
| Octal | 322 | 150 | 263 | 0 | 62 | 17 | 22 | 476 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10110011 | 0 | 110010 | 1111 | 10010 | 100111110 | 110110 | 111110 |
Color Harmonies of #D268B3
Complementary color
Monochromatic Colors of #D268B3
Black with #D268B3
Text Example
Text Example
White with #D268B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268B3; }
p { color: rgb(210,104,179); }
H1.HeaderClassName
{
color: #D268B3;
}
.AnyTagClassName
{
color: #D268B3;
}
</style>
background-color css
<style>
a { background-color: #D268B3; }
a { background-color: rgb(210,104,179); }
div.DivClassName
{
background-color: #D268B3;
}
.BgClassName
{
background-color: #D268B3;
}
</style>
border-color css
<style>
span { border-color: #D268B3; }
span { border-color: rgb(210,104,179); }
td.TdClassName
{
border-color: #D268B3;
}
.TagClassName
{
border-color: #D268B3;
}
</style>