Shades of Fuchsia #D258B4
Tints of Fuchsia #D258B4
RGB
CMYK
RGB Variations
Color information
#D258B4 (or 0xD258B4) is known color: Fuchsia. HEX triplet: D2, 58 and B4. RGB value is (210,88,180). Sum of RGB (Red+Green+Blue) = 210+88+180=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D258B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258B4 is #2DA74B. Grayscale: #868686. Windows color (decimal): -2991948 or 11819218. OLE color: 11819218.
HSL color Cylindrical-coordinate representation of color #D258B4: hue angle of 314.75º 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 #D258B4 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 180 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.18 |
| HSL | 314.75º | 0.58% | 0.58% | - |
| HSV(B) | 314.75º | 0.58% | 0.82% | - |
| XYZ | 38.31 | 23.98 | 45.79 | - |
| YUV | 134.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 180 | 0 | 0.58 | 0.14 | 0.18 | 314.75 | 0.58 | 0.58 |
| Hex | D2 | 58 | B4 | 0 | 3A | E | 12 | 13B | 3A | 3A |
| Octal | 322 | 130 | 264 | 0 | 72 | 16 | 22 | 473 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10110100 | 0 | 111010 | 1110 | 10010 | 100111011 | 111010 | 111010 |
Color Harmonies of #D258B4
Complementary color
Monochromatic Colors of #D258B4
Black with #D258B4
Text Example
Text Example
White with #D258B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258B4; }
p { color: rgb(210,88,180); }
H1.HeaderClassName
{
color: #D258B4;
}
.AnyTagClassName
{
color: #D258B4;
}
</style>
background-color css
<style>
a { background-color: #D258B4; }
a { background-color: rgb(210,88,180); }
div.DivClassName
{
background-color: #D258B4;
}
.BgClassName
{
background-color: #D258B4;
}
</style>
border-color css
<style>
span { border-color: #D258B4; }
span { border-color: rgb(210,88,180); }
td.TdClassName
{
border-color: #D258B4;
}
.TagClassName
{
border-color: #D258B4;
}
</style>