Shades of Fuchsia #D234B5
Tints of Fuchsia #D234B5
RGB
CMYK
RGB Variations
Color information
#D234B5 (or 0xD234B5) is known color: Fuchsia. HEX triplet: D2, 34 and B5. RGB value is (210,52,181). Sum of RGB (Red+Green+Blue) = 210+52+181=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D234B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234B5 is #2DCB4A. Grayscale: #717171. Windows color (decimal): -3001163 or 11875538. OLE color: 11875538.
HSL color Cylindrical-coordinate representation of color #D234B5: hue angle of 311.01º 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 #D234B5 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 181 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.18 |
| HSL | 311.01º | 0.64% | 0.51% | - |
| HSV(B) | 311.01º | 0.75% | 0.82% | - |
| XYZ | 36.15 | 19.49 | 45.57 | - |
| YUV | 113.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 181 | 0 | 0.75 | 0.14 | 0.18 | 311.01 | 0.64 | 0.51 |
| Hex | D2 | 34 | B5 | 0 | 4B | E | 12 | 137 | 40 | 33 |
| Octal | 322 | 64 | 265 | 0 | 113 | 16 | 22 | 467 | 100 | 63 |
| Binary | 11010010 | 110100 | 10110101 | 0 | 1001011 | 1110 | 10010 | 100110111 | 1000000 | 110011 |
Color Harmonies of #D234B5
Complementary color
Monochromatic Colors of #D234B5
Black with #D234B5
Text Example
Text Example
White with #D234B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234B5; }
p { color: rgb(210,52,181); }
H1.HeaderClassName
{
color: #D234B5;
}
.AnyTagClassName
{
color: #D234B5;
}
</style>
background-color css
<style>
a { background-color: #D234B5; }
a { background-color: rgb(210,52,181); }
div.DivClassName
{
background-color: #D234B5;
}
.BgClassName
{
background-color: #D234B5;
}
</style>
border-color css
<style>
span { border-color: #D234B5; }
span { border-color: rgb(210,52,181); }
td.TdClassName
{
border-color: #D234B5;
}
.TagClassName
{
border-color: #D234B5;
}
</style>