Shades of Fuchsia #D232C8
Tints of Fuchsia #D232C8
RGB
CMYK
RGB Variations
Color information
#D232C8 (or 0xD232C8) is known color: Fuchsia. HEX triplet: D2, 32 and C8. RGB value is (210,50,200). Sum of RGB (Red+Green+Blue) = 210+50+200=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D232C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232C8 is #2DCD37. Grayscale: #727272. Windows color (decimal): -3001656 or 13120210. OLE color: 13120210.
HSL color Cylindrical-coordinate representation of color #D232C8: hue angle of 303.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232C8 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 200 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.18 |
| HSL | 303.75º | 0.64% | 0.51% | - |
| HSV(B) | 303.75º | 0.76% | 0.82% | - |
| XYZ | 38.14 | 20.15 | 56.52 | - |
| YUV | 114.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 200 | 0 | 0.76 | 0.05 | 0.18 | 303.75 | 0.64 | 0.51 |
| Hex | D2 | 32 | C8 | 0 | 4C | 5 | 12 | 130 | 40 | 33 |
| Octal | 322 | 62 | 310 | 0 | 114 | 5 | 22 | 460 | 100 | 63 |
| Binary | 11010010 | 110010 | 11001000 | 0 | 1001100 | 101 | 10010 | 100110000 | 1000000 | 110011 |
Color Harmonies of #D232C8
Complementary color
Monochromatic Colors of #D232C8
Black with #D232C8
Text Example
Text Example
White with #D232C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232C8; }
p { color: rgb(210,50,200); }
H1.HeaderClassName
{
color: #D232C8;
}
.AnyTagClassName
{
color: #D232C8;
}
</style>
background-color css
<style>
a { background-color: #D232C8; }
a { background-color: rgb(210,50,200); }
div.DivClassName
{
background-color: #D232C8;
}
.BgClassName
{
background-color: #D232C8;
}
</style>
border-color css
<style>
span { border-color: #D232C8; }
span { border-color: rgb(210,50,200); }
td.TdClassName
{
border-color: #D232C8;
}
.TagClassName
{
border-color: #D232C8;
}
</style>