Shades of Fuchsia #D25CCA
Tints of Fuchsia #D25CCA
RGB
CMYK
RGB Variations
Color information
#D25CCA (or 0xD25CCA) is known color: Fuchsia. HEX triplet: D2, 5C and CA. RGB value is (210,92,202). Sum of RGB (Red+Green+Blue) = 210+92+202=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CCA is #2DA335. Grayscale: #8B8B8B. Windows color (decimal): -2990902 or 13262034. OLE color: 13262034.
HSL color Cylindrical-coordinate representation of color #D25CCA: hue angle of 304.07º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25CCA is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 202 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.18 |
| HSL | 304.07º | 0.57% | 0.59% | - |
| HSV(B) | 304.07º | 0.56% | 0.82% | - |
| XYZ | 41.07 | 25.62 | 58.66 | - |
| YUV | 139.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 202 | 0 | 0.56 | 0.04 | 0.18 | 304.07 | 0.57 | 0.59 |
| Hex | D2 | 5C | CA | 0 | 38 | 4 | 12 | 130 | 39 | 3B |
| Octal | 322 | 134 | 312 | 0 | 70 | 4 | 22 | 460 | 71 | 73 |
| Binary | 11010010 | 1011100 | 11001010 | 0 | 111000 | 100 | 10010 | 100110000 | 111001 | 111011 |
Color Harmonies of #D25CCA
Complementary color
Monochromatic Colors of #D25CCA
Black with #D25CCA
Text Example
Text Example
White with #D25CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CCA; }
p { color: rgb(210,92,202); }
H1.HeaderClassName
{
color: #D25CCA;
}
.AnyTagClassName
{
color: #D25CCA;
}
</style>
background-color css
<style>
a { background-color: #D25CCA; }
a { background-color: rgb(210,92,202); }
div.DivClassName
{
background-color: #D25CCA;
}
.BgClassName
{
background-color: #D25CCA;
}
</style>
border-color css
<style>
span { border-color: #D25CCA; }
span { border-color: rgb(210,92,202); }
td.TdClassName
{
border-color: #D25CCA;
}
.TagClassName
{
border-color: #D25CCA;
}
</style>