Shades of Fuchsia #D258CB
Tints of Fuchsia #D258CB
RGB
CMYK
RGB Variations
Color information
#D258CB (or 0xD258CB) is known color: Fuchsia. HEX triplet: D2, 58 and CB. RGB value is (210,88,203). Sum of RGB (Red+Green+Blue) = 210+88+203=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D258CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258CB is #2DA734. Grayscale: #898989. Windows color (decimal): -2991925 or 13326546. OLE color: 13326546.
HSL color Cylindrical-coordinate representation of color #D258CB: hue angle of 303.44º 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 #D258CB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 203 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.18 |
| HSL | 303.44º | 0.58% | 0.58% | - |
| HSV(B) | 303.44º | 0.58% | 0.82% | - |
| XYZ | 40.85 | 24.99 | 59.17 | - |
| YUV | 137.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 203 | 0 | 0.58 | 0.03 | 0.18 | 303.44 | 0.58 | 0.58 |
| Hex | D2 | 58 | CB | 0 | 3A | 3 | 12 | 12F | 3A | 3A |
| Octal | 322 | 130 | 313 | 0 | 72 | 3 | 22 | 457 | 72 | 72 |
| Binary | 11010010 | 1011000 | 11001011 | 0 | 111010 | 11 | 10010 | 100101111 | 111010 | 111010 |
Color Harmonies of #D258CB
Complementary color
Monochromatic Colors of #D258CB
Black with #D258CB
Text Example
Text Example
White with #D258CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258CB; }
p { color: rgb(210,88,203); }
H1.HeaderClassName
{
color: #D258CB;
}
.AnyTagClassName
{
color: #D258CB;
}
</style>
background-color css
<style>
a { background-color: #D258CB; }
a { background-color: rgb(210,88,203); }
div.DivClassName
{
background-color: #D258CB;
}
.BgClassName
{
background-color: #D258CB;
}
</style>
border-color css
<style>
span { border-color: #D258CB; }
span { border-color: rgb(210,88,203); }
td.TdClassName
{
border-color: #D258CB;
}
.TagClassName
{
border-color: #D258CB;
}
</style>