Shades of Fuchsia #D250B6
Tints of Fuchsia #D250B6
RGB
CMYK
RGB Variations
Color information
#D250B6 (or 0xD250B6) is known color: Fuchsia. HEX triplet: D2, 50 and B6. RGB value is (210,80,182). Sum of RGB (Red+Green+Blue) = 210+80+182=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D250B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250B6 is #2DAF49. Grayscale: #828282. Windows color (decimal): -2993994 or 11948242. OLE color: 11948242.
HSL color Cylindrical-coordinate representation of color #D250B6: hue angle of 312.92º 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 #D250B6 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 182 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.18 |
| HSL | 312.92º | 0.59% | 0.57% | - |
| HSV(B) | 312.92º | 0.62% | 0.82% | - |
| XYZ | 37.89 | 22.82 | 46.66 | - |
| YUV | 130.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 182 | 0 | 0.62 | 0.13 | 0.18 | 312.92 | 0.59 | 0.57 |
| Hex | D2 | 50 | B6 | 0 | 3E | D | 12 | 139 | 3B | 39 |
| Octal | 322 | 120 | 266 | 0 | 76 | 15 | 22 | 471 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10110110 | 0 | 111110 | 1101 | 10010 | 100111001 | 111011 | 111001 |
Color Harmonies of #D250B6
Complementary color
Monochromatic Colors of #D250B6
Black with #D250B6
Text Example
Text Example
White with #D250B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250B6; }
p { color: rgb(210,80,182); }
H1.HeaderClassName
{
color: #D250B6;
}
.AnyTagClassName
{
color: #D250B6;
}
</style>
background-color css
<style>
a { background-color: #D250B6; }
a { background-color: rgb(210,80,182); }
div.DivClassName
{
background-color: #D250B6;
}
.BgClassName
{
background-color: #D250B6;
}
</style>
border-color css
<style>
span { border-color: #D250B6; }
span { border-color: rgb(210,80,182); }
td.TdClassName
{
border-color: #D250B6;
}
.TagClassName
{
border-color: #D250B6;
}
</style>