Shades of Fuchsia #D268B5
Tints of Fuchsia #D268B5
RGB
CMYK
RGB Variations
Color information
#D268B5 (or 0xD268B5) is known color: Fuchsia. HEX triplet: D2, 68 and B5. RGB value is (210,104,181). Sum of RGB (Red+Green+Blue) = 210+104+181=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D268B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268B5 is #2D974A. Grayscale: #909090. Windows color (decimal): -2987851 or 11888850. OLE color: 11888850.
HSL color Cylindrical-coordinate representation of color #D268B5: hue angle of 316.42º 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 #D268B5 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 181 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.18 |
| HSL | 316.42º | 0.54% | 0.62% | - |
| HSV(B) | 316.42º | 0.5% | 0.82% | - |
| XYZ | 39.87 | 26.94 | 46.81 | - |
| YUV | 144.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 181 | 0 | 0.50 | 0.14 | 0.18 | 316.42 | 0.54 | 0.62 |
| Hex | D2 | 68 | B5 | 0 | 32 | E | 12 | 13C | 36 | 3E |
| Octal | 322 | 150 | 265 | 0 | 62 | 16 | 22 | 474 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10110101 | 0 | 110010 | 1110 | 10010 | 100111100 | 110110 | 111110 |
Color Harmonies of #D268B5
Complementary color
Monochromatic Colors of #D268B5
Black with #D268B5
Text Example
Text Example
White with #D268B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268B5; }
p { color: rgb(210,104,181); }
H1.HeaderClassName
{
color: #D268B5;
}
.AnyTagClassName
{
color: #D268B5;
}
</style>
background-color css
<style>
a { background-color: #D268B5; }
a { background-color: rgb(210,104,181); }
div.DivClassName
{
background-color: #D268B5;
}
.BgClassName
{
background-color: #D268B5;
}
</style>
border-color css
<style>
span { border-color: #D268B5; }
span { border-color: rgb(210,104,181); }
td.TdClassName
{
border-color: #D268B5;
}
.TagClassName
{
border-color: #D268B5;
}
</style>