Shades of Fuchsia #D234D6
Tints of Fuchsia #D234D6
RGB
CMYK
RGB Variations
Color information
#D234D6 (or 0xD234D6) is known color: Fuchsia. HEX triplet: D2, 34 and D6. RGB value is (210,52,214). Sum of RGB (Red+Green+Blue) = 210+52+214=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #D234D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234D6 is #2DCB29. Grayscale: #757575. Windows color (decimal): -3001130 or 14038226. OLE color: 14038226.
HSL color Cylindrical-coordinate representation of color #D234D6: hue angle of 298.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D234D6 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 52 | 214 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.16 |
| HSL | 298.52º | 0.66% | 0.52% | - |
| HSV(B) | 298.52º | 0.76% | 0.84% | - |
| XYZ | 39.94 | 21.01 | 65.57 | - |
| YUV | 117.71 | 182.35 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 214 | 0.02 | 0.76 | 0 | 0.16 | 298.52 | 0.66 | 0.52 |
| Hex | D2 | 34 | D6 | 2 | 4C | 0 | 10 | 12B | 42 | 34 |
| Octal | 322 | 64 | 326 | 2 | 114 | 0 | 20 | 453 | 102 | 64 |
| Binary | 11010010 | 110100 | 11010110 | 10 | 1001100 | 0 | 10000 | 100101011 | 1000010 | 110100 |
Color Harmonies of #D234D6
Complementary color
Monochromatic Colors of #D234D6
Black with #D234D6
Text Example
Text Example
White with #D234D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234D6; }
p { color: rgb(210,52,214); }
H1.HeaderClassName
{
color: #D234D6;
}
.AnyTagClassName
{
color: #D234D6;
}
</style>
background-color css
<style>
a { background-color: #D234D6; }
a { background-color: rgb(210,52,214); }
div.DivClassName
{
background-color: #D234D6;
}
.BgClassName
{
background-color: #D234D6;
}
</style>
border-color css
<style>
span { border-color: #D234D6; }
span { border-color: rgb(210,52,214); }
td.TdClassName
{
border-color: #D234D6;
}
.TagClassName
{
border-color: #D234D6;
}
</style>