Shades of Fuchsia #D25ACB
Tints of Fuchsia #D25ACB
RGB
CMYK
RGB Variations
Color information
#D25ACB (or 0xD25ACB) is known color: Fuchsia. HEX triplet: D2, 5A and CB. RGB value is (210,90,203). Sum of RGB (Red+Green+Blue) = 210+90+203=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ACB is #2DA534. Grayscale: #8A8A8A. Windows color (decimal): -2991413 or 13327058. OLE color: 13327058.
HSL color Cylindrical-coordinate representation of color #D25ACB: hue angle of 303.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25ACB is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 203 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.18 |
| HSL | 303.5º | 0.57% | 0.59% | - |
| HSV(B) | 303.5º | 0.57% | 0.82% | - |
| XYZ | 41.01 | 25.33 | 59.23 | - |
| YUV | 138.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 203 | 0 | 0.57 | 0.03 | 0.18 | 303.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | CB | 0 | 39 | 3 | 12 | 130 | 39 | 3B |
| Octal | 322 | 132 | 313 | 0 | 71 | 3 | 22 | 460 | 71 | 73 |
| Binary | 11010010 | 1011010 | 11001011 | 0 | 111001 | 11 | 10010 | 100110000 | 111001 | 111011 |
Color Harmonies of #D25ACB
Complementary color
Monochromatic Colors of #D25ACB
Black with #D25ACB
Text Example
Text Example
White with #D25ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ACB; }
p { color: rgb(210,90,203); }
H1.HeaderClassName
{
color: #D25ACB;
}
.AnyTagClassName
{
color: #D25ACB;
}
</style>
background-color css
<style>
a { background-color: #D25ACB; }
a { background-color: rgb(210,90,203); }
div.DivClassName
{
background-color: #D25ACB;
}
.BgClassName
{
background-color: #D25ACB;
}
</style>
border-color css
<style>
span { border-color: #D25ACB; }
span { border-color: rgb(210,90,203); }
td.TdClassName
{
border-color: #D25ACB;
}
.TagClassName
{
border-color: #D25ACB;
}
</style>