Shades of Fuchsia #D234C3
Tints of Fuchsia #D234C3
RGB
CMYK
RGB Variations
Color information
#D234C3 (or 0xD234C3) is known color: Fuchsia. HEX triplet: D2, 34 and C3. RGB value is (210,52,195). Sum of RGB (Red+Green+Blue) = 210+52+195=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D234C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234C3 is #2DCB3C. Grayscale: #737373. Windows color (decimal): -3001149 or 12793042. OLE color: 12793042.
HSL color Cylindrical-coordinate representation of color #D234C3: hue angle of 305.7º 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 #D234C3 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 195 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.18 |
| HSL | 305.7º | 0.64% | 0.51% | - |
| HSV(B) | 305.7º | 0.75% | 0.82% | - |
| XYZ | 37.66 | 20.1 | 53.52 | - |
| YUV | 115.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 195 | 0 | 0.75 | 0.07 | 0.18 | 305.7 | 0.64 | 0.51 |
| Hex | D2 | 34 | C3 | 0 | 4B | 7 | 12 | 132 | 40 | 33 |
| Octal | 322 | 64 | 303 | 0 | 113 | 7 | 22 | 462 | 100 | 63 |
| Binary | 11010010 | 110100 | 11000011 | 0 | 1001011 | 111 | 10010 | 100110010 | 1000000 | 110011 |
Color Harmonies of #D234C3
Complementary color
Monochromatic Colors of #D234C3
Black with #D234C3
Text Example
Text Example
White with #D234C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234C3; }
p { color: rgb(210,52,195); }
H1.HeaderClassName
{
color: #D234C3;
}
.AnyTagClassName
{
color: #D234C3;
}
</style>
background-color css
<style>
a { background-color: #D234C3; }
a { background-color: rgb(210,52,195); }
div.DivClassName
{
background-color: #D234C3;
}
.BgClassName
{
background-color: #D234C3;
}
</style>
border-color css
<style>
span { border-color: #D234C3; }
span { border-color: rgb(210,52,195); }
td.TdClassName
{
border-color: #D234C3;
}
.TagClassName
{
border-color: #D234C3;
}
</style>