Shades of Fuchsia #D234B1
Tints of Fuchsia #D234B1
RGB
CMYK
RGB Variations
Color information
#D234B1 (or 0xD234B1) is known color: Fuchsia. HEX triplet: D2, 34 and B1. RGB value is (210,52,177). Sum of RGB (Red+Green+Blue) = 210+52+177=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D234B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D234B1 is #2DCB4E. Grayscale: #717171. Windows color (decimal): -3001167 or 11613394. OLE color: 11613394.
HSL color Cylindrical-coordinate representation of color #D234B1: hue angle of 312.53º 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 #D234B1 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 177 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.18 |
| HSL | 312.53º | 0.64% | 0.51% | - |
| HSV(B) | 312.53º | 0.75% | 0.82% | - |
| XYZ | 35.74 | 19.33 | 43.44 | - |
| YUV | 113.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 177 | 0 | 0.75 | 0.16 | 0.18 | 312.53 | 0.64 | 0.51 |
| Hex | D2 | 34 | B1 | 0 | 4B | 10 | 12 | 139 | 40 | 33 |
| Octal | 322 | 64 | 261 | 0 | 113 | 20 | 22 | 471 | 100 | 63 |
| Binary | 11010010 | 110100 | 10110001 | 0 | 1001011 | 10000 | 10010 | 100111001 | 1000000 | 110011 |
Color Harmonies of #D234B1
Complementary color
Monochromatic Colors of #D234B1
Black with #D234B1
Text Example
Text Example
White with #D234B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234B1; }
p { color: rgb(210,52,177); }
H1.HeaderClassName
{
color: #D234B1;
}
.AnyTagClassName
{
color: #D234B1;
}
</style>
background-color css
<style>
a { background-color: #D234B1; }
a { background-color: rgb(210,52,177); }
div.DivClassName
{
background-color: #D234B1;
}
.BgClassName
{
background-color: #D234B1;
}
</style>
border-color css
<style>
span { border-color: #D234B1; }
span { border-color: rgb(210,52,177); }
td.TdClassName
{
border-color: #D234B1;
}
.TagClassName
{
border-color: #D234B1;
}
</style>