Shades of Fuchsia #D258B2
Tints of Fuchsia #D258B2
RGB
CMYK
RGB Variations
Color information
#D258B2 (or 0xD258B2) is known color: Fuchsia. HEX triplet: D2, 58 and B2. RGB value is (210,88,178). Sum of RGB (Red+Green+Blue) = 210+88+178=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D258B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258B2 is #2DA74D. Grayscale: #868686. Windows color (decimal): -2991950 or 11688146. OLE color: 11688146.
HSL color Cylindrical-coordinate representation of color #D258B2: hue angle of 315.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D258B2 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 178 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.18 |
| HSL | 315.74º | 0.58% | 0.58% | - |
| HSV(B) | 315.74º | 0.58% | 0.82% | - |
| XYZ | 38.1 | 23.9 | 44.72 | - |
| YUV | 134.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 178 | 0 | 0.58 | 0.15 | 0.18 | 315.74 | 0.58 | 0.58 |
| Hex | D2 | 58 | B2 | 0 | 3A | F | 12 | 13C | 3A | 3A |
| Octal | 322 | 130 | 262 | 0 | 72 | 17 | 22 | 474 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10110010 | 0 | 111010 | 1111 | 10010 | 100111100 | 111010 | 111010 |
Color Harmonies of #D258B2
Complementary color
Monochromatic Colors of #D258B2
Black with #D258B2
Text Example
Text Example
White with #D258B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258B2; }
p { color: rgb(210,88,178); }
H1.HeaderClassName
{
color: #D258B2;
}
.AnyTagClassName
{
color: #D258B2;
}
</style>
background-color css
<style>
a { background-color: #D258B2; }
a { background-color: rgb(210,88,178); }
div.DivClassName
{
background-color: #D258B2;
}
.BgClassName
{
background-color: #D258B2;
}
</style>
border-color css
<style>
span { border-color: #D258B2; }
span { border-color: rgb(210,88,178); }
td.TdClassName
{
border-color: #D258B2;
}
.TagClassName
{
border-color: #D258B2;
}
</style>