Shades of Fuchsia #D234C9
Tints of Fuchsia #D234C9
RGB
CMYK
RGB Variations
Color information
#D234C9 (or 0xD234C9) is known color: Fuchsia. HEX triplet: D2, 34 and C9. RGB value is (210,52,201). Sum of RGB (Red+Green+Blue) = 210+52+201=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D234C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234C9 is #2DCB36. Grayscale: #737373. Windows color (decimal): -3001143 or 13186258. OLE color: 13186258.
HSL color Cylindrical-coordinate representation of color #D234C9: hue angle of 303.42º 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 #D234C9 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 201 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.18 |
| HSL | 303.42º | 0.64% | 0.51% | - |
| HSV(B) | 303.42º | 0.75% | 0.82% | - |
| XYZ | 38.35 | 20.37 | 57.17 | - |
| YUV | 116.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 201 | 0 | 0.75 | 0.04 | 0.18 | 303.42 | 0.64 | 0.51 |
| Hex | D2 | 34 | C9 | 0 | 4B | 4 | 12 | 12F | 40 | 33 |
| Octal | 322 | 64 | 311 | 0 | 113 | 4 | 22 | 457 | 100 | 63 |
| Binary | 11010010 | 110100 | 11001001 | 0 | 1001011 | 100 | 10010 | 100101111 | 1000000 | 110011 |
Color Harmonies of #D234C9
Complementary color
Monochromatic Colors of #D234C9
Black with #D234C9
Text Example
Text Example
White with #D234C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234C9; }
p { color: rgb(210,52,201); }
H1.HeaderClassName
{
color: #D234C9;
}
.AnyTagClassName
{
color: #D234C9;
}
</style>
background-color css
<style>
a { background-color: #D234C9; }
a { background-color: rgb(210,52,201); }
div.DivClassName
{
background-color: #D234C9;
}
.BgClassName
{
background-color: #D234C9;
}
</style>
border-color css
<style>
span { border-color: #D234C9; }
span { border-color: rgb(210,52,201); }
td.TdClassName
{
border-color: #D234C9;
}
.TagClassName
{
border-color: #D234C9;
}
</style>