Shades of Fuchsia #D258CC
Tints of Fuchsia #D258CC
RGB
CMYK
RGB Variations
Color information
#D258CC (or 0xD258CC) is known color: Fuchsia. HEX triplet: D2, 58 and CC. RGB value is (210,88,204). Sum of RGB (Red+Green+Blue) = 210+88+204=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D258CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258CC is #2DA733. Grayscale: #898989. Windows color (decimal): -2991924 or 13392082. OLE color: 13392082.
HSL color Cylindrical-coordinate representation of color #D258CC: hue angle of 302.95º 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 #D258CC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 204 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.18 |
| HSL | 302.95º | 0.58% | 0.58% | - |
| HSV(B) | 302.95º | 0.58% | 0.82% | - |
| XYZ | 40.97 | 25.04 | 59.8 | - |
| YUV | 137.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 204 | 0 | 0.58 | 0.03 | 0.18 | 302.95 | 0.58 | 0.58 |
| Hex | D2 | 58 | CC | 0 | 3A | 3 | 12 | 12F | 3A | 3A |
| Octal | 322 | 130 | 314 | 0 | 72 | 3 | 22 | 457 | 72 | 72 |
| Binary | 11010010 | 1011000 | 11001100 | 0 | 111010 | 11 | 10010 | 100101111 | 111010 | 111010 |
Color Harmonies of #D258CC
Complementary color
Monochromatic Colors of #D258CC
Black with #D258CC
Text Example
Text Example
White with #D258CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258CC; }
p { color: rgb(210,88,204); }
H1.HeaderClassName
{
color: #D258CC;
}
.AnyTagClassName
{
color: #D258CC;
}
</style>
background-color css
<style>
a { background-color: #D258CC; }
a { background-color: rgb(210,88,204); }
div.DivClassName
{
background-color: #D258CC;
}
.BgClassName
{
background-color: #D258CC;
}
</style>
border-color css
<style>
span { border-color: #D258CC; }
span { border-color: rgb(210,88,204); }
td.TdClassName
{
border-color: #D258CC;
}
.TagClassName
{
border-color: #D258CC;
}
</style>