Shades of Fuchsia #D250C9
Tints of Fuchsia #D250C9
RGB
CMYK
RGB Variations
Color information
#D250C9 (or 0xD250C9) is known color: Fuchsia. HEX triplet: D2, 50 and C9. RGB value is (210,80,201). Sum of RGB (Red+Green+Blue) = 210+80+201=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D250C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250C9 is #2DAF36. Grayscale: #848484. Windows color (decimal): -2993975 or 13193426. OLE color: 13193426.
HSL color Cylindrical-coordinate representation of color #D250C9: hue angle of 304.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250C9 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 201 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.18 |
| HSL | 304.15º | 0.59% | 0.57% | - |
| HSV(B) | 304.15º | 0.62% | 0.82% | - |
| XYZ | 39.99 | 23.66 | 57.72 | - |
| YUV | 132.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 201 | 0 | 0.62 | 0.04 | 0.18 | 304.15 | 0.59 | 0.57 |
| Hex | D2 | 50 | C9 | 0 | 3E | 4 | 12 | 130 | 3B | 39 |
| Octal | 322 | 120 | 311 | 0 | 76 | 4 | 22 | 460 | 73 | 71 |
| Binary | 11010010 | 1010000 | 11001001 | 0 | 111110 | 100 | 10010 | 100110000 | 111011 | 111001 |
Color Harmonies of #D250C9
Complementary color
Monochromatic Colors of #D250C9
Black with #D250C9
Text Example
Text Example
White with #D250C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250C9; }
p { color: rgb(210,80,201); }
H1.HeaderClassName
{
color: #D250C9;
}
.AnyTagClassName
{
color: #D250C9;
}
</style>
background-color css
<style>
a { background-color: #D250C9; }
a { background-color: rgb(210,80,201); }
div.DivClassName
{
background-color: #D250C9;
}
.BgClassName
{
background-color: #D250C9;
}
</style>
border-color css
<style>
span { border-color: #D250C9; }
span { border-color: rgb(210,80,201); }
td.TdClassName
{
border-color: #D250C9;
}
.TagClassName
{
border-color: #D250C9;
}
</style>