Shades of Fuchsia #D25DBB
Tints of Fuchsia #D25DBB
RGB
CMYK
RGB Variations
Color information
#D25DBB (or 0xD25DBB) is known color: Fuchsia. HEX triplet: D2, 5D and BB. RGB value is (210,93,187). Sum of RGB (Red+Green+Blue) = 210+93+187=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DBB is #2DA244. Grayscale: #8A8A8A. Windows color (decimal): -2990661 or 12279250. OLE color: 12279250.
HSL color Cylindrical-coordinate representation of color #D25DBB: hue angle of 311.79º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25DBB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 187 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 311.79º | 0.57% | 0.59% | - |
| HSV(B) | 311.79º | 0.56% | 0.82% | - |
| XYZ | 39.46 | 25.12 | 49.78 | - |
| YUV | 138.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 187 | 0 | 0.56 | 0.11 | 0.18 | 311.79 | 0.57 | 0.59 |
| Hex | D2 | 5D | BB | 0 | 38 | B | 12 | 138 | 39 | 3B |
| Octal | 322 | 135 | 273 | 0 | 70 | 13 | 22 | 470 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10111011 | 0 | 111000 | 1011 | 10010 | 100111000 | 111001 | 111011 |
Color Harmonies of #D25DBB
Complementary color
Monochromatic Colors of #D25DBB
Black with #D25DBB
Text Example
Text Example
White with #D25DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DBB; }
p { color: rgb(210,93,187); }
H1.HeaderClassName
{
color: #D25DBB;
}
.AnyTagClassName
{
color: #D25DBB;
}
</style>
background-color css
<style>
a { background-color: #D25DBB; }
a { background-color: rgb(210,93,187); }
div.DivClassName
{
background-color: #D25DBB;
}
.BgClassName
{
background-color: #D25DBB;
}
</style>
border-color css
<style>
span { border-color: #D25DBB; }
span { border-color: rgb(210,93,187); }
td.TdClassName
{
border-color: #D25DBB;
}
.TagClassName
{
border-color: #D25DBB;
}
</style>