Shades of Fuchsia #D25BB8
Tints of Fuchsia #D25BB8
RGB
CMYK
RGB Variations
Color information
#D25BB8 (or 0xD25BB8) is known color: Fuchsia. HEX triplet: D2, 5B and B8. RGB value is (210,91,184). Sum of RGB (Red+Green+Blue) = 210+91+184=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BB8 is #2DA447. Grayscale: #888888. Windows color (decimal): -2991176 or 12082130. OLE color: 12082130.
HSL color Cylindrical-coordinate representation of color #D25BB8: hue angle of 313.11º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25BB8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 184 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.18 |
| HSL | 313.11º | 0.57% | 0.59% | - |
| HSV(B) | 313.11º | 0.57% | 0.82% | - |
| XYZ | 38.97 | 24.64 | 48.05 | - |
| YUV | 137.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 184 | 0 | 0.57 | 0.12 | 0.18 | 313.11 | 0.57 | 0.59 |
| Hex | D2 | 5B | B8 | 0 | 39 | C | 12 | 139 | 39 | 3B |
| Octal | 322 | 133 | 270 | 0 | 71 | 14 | 22 | 471 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10111000 | 0 | 111001 | 1100 | 10010 | 100111001 | 111001 | 111011 |
Color Harmonies of #D25BB8
Complementary color
Monochromatic Colors of #D25BB8
Black with #D25BB8
Text Example
Text Example
White with #D25BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BB8; }
p { color: rgb(210,91,184); }
H1.HeaderClassName
{
color: #D25BB8;
}
.AnyTagClassName
{
color: #D25BB8;
}
</style>
background-color css
<style>
a { background-color: #D25BB8; }
a { background-color: rgb(210,91,184); }
div.DivClassName
{
background-color: #D25BB8;
}
.BgClassName
{
background-color: #D25BB8;
}
</style>
border-color css
<style>
span { border-color: #D25BB8; }
span { border-color: rgb(210,91,184); }
td.TdClassName
{
border-color: #D25BB8;
}
.TagClassName
{
border-color: #D25BB8;
}
</style>