Shades of Fuchsia #D232C1
Tints of Fuchsia #D232C1
RGB
CMYK
RGB Variations
Color information
#D232C1 (or 0xD232C1) is known color: Fuchsia. HEX triplet: D2, 32 and C1. RGB value is (210,50,193). Sum of RGB (Red+Green+Blue) = 210+50+193=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D232C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232C1 is #2DCD3E. Grayscale: #717171. Windows color (decimal): -3001663 or 12661458. OLE color: 12661458.
HSL color Cylindrical-coordinate representation of color #D232C1: hue angle of 306.38º 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 #D232C1 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 193 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.18 |
| HSL | 306.38º | 0.64% | 0.51% | - |
| HSV(B) | 306.38º | 0.76% | 0.82% | - |
| XYZ | 37.34 | 19.83 | 52.31 | - |
| YUV | 114.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 193 | 0 | 0.76 | 0.08 | 0.18 | 306.38 | 0.64 | 0.51 |
| Hex | D2 | 32 | C1 | 0 | 4C | 8 | 12 | 132 | 40 | 33 |
| Octal | 322 | 62 | 301 | 0 | 114 | 10 | 22 | 462 | 100 | 63 |
| Binary | 11010010 | 110010 | 11000001 | 0 | 1001100 | 1000 | 10010 | 100110010 | 1000000 | 110011 |
Color Harmonies of #D232C1
Complementary color
Monochromatic Colors of #D232C1
Black with #D232C1
Text Example
Text Example
White with #D232C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232C1; }
p { color: rgb(210,50,193); }
H1.HeaderClassName
{
color: #D232C1;
}
.AnyTagClassName
{
color: #D232C1;
}
</style>
background-color css
<style>
a { background-color: #D232C1; }
a { background-color: rgb(210,50,193); }
div.DivClassName
{
background-color: #D232C1;
}
.BgClassName
{
background-color: #D232C1;
}
</style>
border-color css
<style>
span { border-color: #D232C1; }
span { border-color: rgb(210,50,193); }
td.TdClassName
{
border-color: #D232C1;
}
.TagClassName
{
border-color: #D232C1;
}
</style>