Shades of Fuchsia #D250BD
Tints of Fuchsia #D250BD
RGB
CMYK
RGB Variations
Color information
#D250BD (or 0xD250BD) is known color: Fuchsia. HEX triplet: D2, 50 and BD. RGB value is (210,80,189). Sum of RGB (Red+Green+Blue) = 210+80+189=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D250BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250BD is #2DAF42. Grayscale: #828282. Windows color (decimal): -2993987 or 12406994. OLE color: 12406994.
HSL color Cylindrical-coordinate representation of color #D250BD: hue angle of 309.69º 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 #D250BD is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 189 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.18 |
| HSL | 309.69º | 0.59% | 0.57% | - |
| HSV(B) | 309.69º | 0.62% | 0.82% | - |
| XYZ | 38.63 | 23.11 | 50.57 | - |
| YUV | 131.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 189 | 0 | 0.62 | 0.10 | 0.18 | 309.69 | 0.59 | 0.57 |
| Hex | D2 | 50 | BD | 0 | 3E | A | 12 | 136 | 3B | 39 |
| Octal | 322 | 120 | 275 | 0 | 76 | 12 | 22 | 466 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10111101 | 0 | 111110 | 1010 | 10010 | 100110110 | 111011 | 111001 |
Color Harmonies of #D250BD
Complementary color
Monochromatic Colors of #D250BD
Black with #D250BD
Text Example
Text Example
White with #D250BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250BD; }
p { color: rgb(210,80,189); }
H1.HeaderClassName
{
color: #D250BD;
}
.AnyTagClassName
{
color: #D250BD;
}
</style>
background-color css
<style>
a { background-color: #D250BD; }
a { background-color: rgb(210,80,189); }
div.DivClassName
{
background-color: #D250BD;
}
.BgClassName
{
background-color: #D250BD;
}
</style>
border-color css
<style>
span { border-color: #D250BD; }
span { border-color: rgb(210,80,189); }
td.TdClassName
{
border-color: #D250BD;
}
.TagClassName
{
border-color: #D250BD;
}
</style>