Shades of Fuchsia #D232C6
Tints of Fuchsia #D232C6
RGB
CMYK
RGB Variations
Color information
#D232C6 (or 0xD232C6) is known color: Fuchsia. HEX triplet: D2, 32 and C6. RGB value is (210,50,198). Sum of RGB (Red+Green+Blue) = 210+50+198=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D232C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232C6 is #2DCD39. Grayscale: #727272. Windows color (decimal): -3001658 or 12989138. OLE color: 12989138.
HSL color Cylindrical-coordinate representation of color #D232C6: hue angle of 304.5º 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 #D232C6 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 198 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.18 |
| HSL | 304.5º | 0.64% | 0.51% | - |
| HSV(B) | 304.5º | 0.76% | 0.82% | - |
| XYZ | 37.91 | 20.06 | 55.3 | - |
| YUV | 114.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 198 | 0 | 0.76 | 0.06 | 0.18 | 304.5 | 0.64 | 0.51 |
| Hex | D2 | 32 | C6 | 0 | 4C | 6 | 12 | 130 | 40 | 33 |
| Octal | 322 | 62 | 306 | 0 | 114 | 6 | 22 | 460 | 100 | 63 |
| Binary | 11010010 | 110010 | 11000110 | 0 | 1001100 | 110 | 10010 | 100110000 | 1000000 | 110011 |
Color Harmonies of #D232C6
Complementary color
Monochromatic Colors of #D232C6
Black with #D232C6
Text Example
Text Example
White with #D232C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232C6; }
p { color: rgb(210,50,198); }
H1.HeaderClassName
{
color: #D232C6;
}
.AnyTagClassName
{
color: #D232C6;
}
</style>
background-color css
<style>
a { background-color: #D232C6; }
a { background-color: rgb(210,50,198); }
div.DivClassName
{
background-color: #D232C6;
}
.BgClassName
{
background-color: #D232C6;
}
</style>
border-color css
<style>
span { border-color: #D232C6; }
span { border-color: rgb(210,50,198); }
td.TdClassName
{
border-color: #D232C6;
}
.TagClassName
{
border-color: #D232C6;
}
</style>