Shades of Fuchsia #D234B3
Tints of Fuchsia #D234B3
RGB
CMYK
RGB Variations
Color information
#D234B3 (or 0xD234B3) is known color: Fuchsia. HEX triplet: D2, 34 and B3. RGB value is (210,52,179). Sum of RGB (Red+Green+Blue) = 210+52+179=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D234B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234B3 is #2DCB4C. Grayscale: #717171. Windows color (decimal): -3001165 or 11744466. OLE color: 11744466.
HSL color Cylindrical-coordinate representation of color #D234B3: hue angle of 311.77º 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 #D234B3 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 179 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.18 |
| HSL | 311.77º | 0.64% | 0.51% | - |
| HSV(B) | 311.77º | 0.75% | 0.82% | - |
| XYZ | 35.94 | 19.41 | 44.5 | - |
| YUV | 113.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 179 | 0 | 0.75 | 0.15 | 0.18 | 311.77 | 0.64 | 0.51 |
| Hex | D2 | 34 | B3 | 0 | 4B | F | 12 | 138 | 40 | 33 |
| Octal | 322 | 64 | 263 | 0 | 113 | 17 | 22 | 470 | 100 | 63 |
| Binary | 11010010 | 110100 | 10110011 | 0 | 1001011 | 1111 | 10010 | 100111000 | 1000000 | 110011 |
Color Harmonies of #D234B3
Complementary color
Monochromatic Colors of #D234B3
Black with #D234B3
Text Example
Text Example
White with #D234B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234B3; }
p { color: rgb(210,52,179); }
H1.HeaderClassName
{
color: #D234B3;
}
.AnyTagClassName
{
color: #D234B3;
}
</style>
background-color css
<style>
a { background-color: #D234B3; }
a { background-color: rgb(210,52,179); }
div.DivClassName
{
background-color: #D234B3;
}
.BgClassName
{
background-color: #D234B3;
}
</style>
border-color css
<style>
span { border-color: #D234B3; }
span { border-color: rgb(210,52,179); }
td.TdClassName
{
border-color: #D234B3;
}
.TagClassName
{
border-color: #D234B3;
}
</style>