Shades of Fuchsia #D234C2
Tints of Fuchsia #D234C2
RGB
CMYK
RGB Variations
Color information
#D234C2 (or 0xD234C2) is known color: Fuchsia. HEX triplet: D2, 34 and C2. RGB value is (210,52,194). Sum of RGB (Red+Green+Blue) = 210+52+194=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D234C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234C2 is #2DCB3D. Grayscale: #737373. Windows color (decimal): -3001150 or 12727506. OLE color: 12727506.
HSL color Cylindrical-coordinate representation of color #D234C2: hue angle of 306.08º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D234C2 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 194 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.18 |
| HSL | 306.08º | 0.64% | 0.51% | - |
| HSV(B) | 306.08º | 0.75% | 0.82% | - |
| XYZ | 37.54 | 20.05 | 52.93 | - |
| YUV | 115.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 194 | 0 | 0.75 | 0.08 | 0.18 | 306.08 | 0.64 | 0.51 |
| Hex | D2 | 34 | C2 | 0 | 4B | 8 | 12 | 132 | 40 | 33 |
| Octal | 322 | 64 | 302 | 0 | 113 | 10 | 22 | 462 | 100 | 63 |
| Binary | 11010010 | 110100 | 11000010 | 0 | 1001011 | 1000 | 10010 | 100110010 | 1000000 | 110011 |
Color Harmonies of #D234C2
Complementary color
Monochromatic Colors of #D234C2
Black with #D234C2
Text Example
Text Example
White with #D234C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234C2; }
p { color: rgb(210,52,194); }
H1.HeaderClassName
{
color: #D234C2;
}
.AnyTagClassName
{
color: #D234C2;
}
</style>
background-color css
<style>
a { background-color: #D234C2; }
a { background-color: rgb(210,52,194); }
div.DivClassName
{
background-color: #D234C2;
}
.BgClassName
{
background-color: #D234C2;
}
</style>
border-color css
<style>
span { border-color: #D234C2; }
span { border-color: rgb(210,52,194); }
td.TdClassName
{
border-color: #D234C2;
}
.TagClassName
{
border-color: #D234C2;
}
</style>