Shades of Fuchsia #D259CB
Tints of Fuchsia #D259CB
RGB
CMYK
RGB Variations
Color information
#D259CB (or 0xD259CB) is known color: Fuchsia. HEX triplet: D2, 59 and CB. RGB value is (210,89,203). Sum of RGB (Red+Green+Blue) = 210+89+203=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D259CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259CB is #2DA634. Grayscale: #898989. Windows color (decimal): -2991669 or 13326802. OLE color: 13326802.
HSL color Cylindrical-coordinate representation of color #D259CB: hue angle of 303.47º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259CB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 203 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.18 |
| HSL | 303.47º | 0.57% | 0.59% | - |
| HSV(B) | 303.47º | 0.58% | 0.82% | - |
| XYZ | 40.93 | 25.16 | 59.2 | - |
| YUV | 138.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 203 | 0 | 0.58 | 0.03 | 0.18 | 303.47 | 0.57 | 0.59 |
| Hex | D2 | 59 | CB | 0 | 3A | 3 | 12 | 12F | 39 | 3B |
| Octal | 322 | 131 | 313 | 0 | 72 | 3 | 22 | 457 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11001011 | 0 | 111010 | 11 | 10010 | 100101111 | 111001 | 111011 |
Color Harmonies of #D259CB
Complementary color
Monochromatic Colors of #D259CB
Black with #D259CB
Text Example
Text Example
White with #D259CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259CB; }
p { color: rgb(210,89,203); }
H1.HeaderClassName
{
color: #D259CB;
}
.AnyTagClassName
{
color: #D259CB;
}
</style>
background-color css
<style>
a { background-color: #D259CB; }
a { background-color: rgb(210,89,203); }
div.DivClassName
{
background-color: #D259CB;
}
.BgClassName
{
background-color: #D259CB;
}
</style>
border-color css
<style>
span { border-color: #D259CB; }
span { border-color: rgb(210,89,203); }
td.TdClassName
{
border-color: #D259CB;
}
.TagClassName
{
border-color: #D259CB;
}
</style>