Shades of Fuchsia #D250BE
Tints of Fuchsia #D250BE
RGB
CMYK
RGB Variations
Color information
#D250BE (or 0xD250BE) is known color: Fuchsia. HEX triplet: D2, 50 and BE. RGB value is (210,80,190). Sum of RGB (Red+Green+Blue) = 210+80+190=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D250BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250BE is #2DAF41. Grayscale: #838383. Windows color (decimal): -2993986 or 12472530. OLE color: 12472530.
HSL color Cylindrical-coordinate representation of color #D250BE: hue angle of 309.23º 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 #D250BE is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 190 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.18 |
| HSL | 309.23º | 0.59% | 0.57% | - |
| HSV(B) | 309.23º | 0.62% | 0.82% | - |
| XYZ | 38.74 | 23.16 | 51.14 | - |
| YUV | 131.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 190 | 0 | 0.62 | 0.10 | 0.18 | 309.23 | 0.59 | 0.57 |
| Hex | D2 | 50 | BE | 0 | 3E | A | 12 | 135 | 3B | 39 |
| Octal | 322 | 120 | 276 | 0 | 76 | 12 | 22 | 465 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10111110 | 0 | 111110 | 1010 | 10010 | 100110101 | 111011 | 111001 |
Color Harmonies of #D250BE
Complementary color
Monochromatic Colors of #D250BE
Black with #D250BE
Text Example
Text Example
White with #D250BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250BE; }
p { color: rgb(210,80,190); }
H1.HeaderClassName
{
color: #D250BE;
}
.AnyTagClassName
{
color: #D250BE;
}
</style>
background-color css
<style>
a { background-color: #D250BE; }
a { background-color: rgb(210,80,190); }
div.DivClassName
{
background-color: #D250BE;
}
.BgClassName
{
background-color: #D250BE;
}
</style>
border-color css
<style>
span { border-color: #D250BE; }
span { border-color: rgb(210,80,190); }
td.TdClassName
{
border-color: #D250BE;
}
.TagClassName
{
border-color: #D250BE;
}
</style>