Shades of Fuchsia #D25CB2
Tints of Fuchsia #D25CB2
RGB
CMYK
RGB Variations
Color information
#D25CB2 (or 0xD25CB2) is known color: Fuchsia. HEX triplet: D2, 5C and B2. RGB value is (210,92,178). Sum of RGB (Red+Green+Blue) = 210+92+178=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CB2 is #2DA34D. Grayscale: #888888. Windows color (decimal): -2990926 or 11689170. OLE color: 11689170.
HSL color Cylindrical-coordinate representation of color #D25CB2: hue angle of 316.27º 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 #D25CB2 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 178 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.18 |
| HSL | 316.27º | 0.57% | 0.59% | - |
| HSV(B) | 316.27º | 0.56% | 0.82% | - |
| XYZ | 38.44 | 24.57 | 44.84 | - |
| YUV | 137.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 178 | 0 | 0.56 | 0.15 | 0.18 | 316.27 | 0.57 | 0.59 |
| Hex | D2 | 5C | B2 | 0 | 38 | F | 12 | 13C | 39 | 3B |
| Octal | 322 | 134 | 262 | 0 | 70 | 17 | 22 | 474 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10110010 | 0 | 111000 | 1111 | 10010 | 100111100 | 111001 | 111011 |
Color Harmonies of #D25CB2
Complementary color
Monochromatic Colors of #D25CB2
Black with #D25CB2
Text Example
Text Example
White with #D25CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CB2; }
p { color: rgb(210,92,178); }
H1.HeaderClassName
{
color: #D25CB2;
}
.AnyTagClassName
{
color: #D25CB2;
}
</style>
background-color css
<style>
a { background-color: #D25CB2; }
a { background-color: rgb(210,92,178); }
div.DivClassName
{
background-color: #D25CB2;
}
.BgClassName
{
background-color: #D25CB2;
}
</style>
border-color css
<style>
span { border-color: #D25CB2; }
span { border-color: rgb(210,92,178); }
td.TdClassName
{
border-color: #D25CB2;
}
.TagClassName
{
border-color: #D25CB2;
}
</style>