Shades of Fuchsia #D234B4
Tints of Fuchsia #D234B4
RGB
CMYK
RGB Variations
Color information
#D234B4 (or 0xD234B4) is known color: Fuchsia. HEX triplet: D2, 34 and B4. RGB value is (210,52,180). Sum of RGB (Red+Green+Blue) = 210+52+180=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D234B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234B4 is #2DCB4B. Grayscale: #717171. Windows color (decimal): -3001164 or 11810002. OLE color: 11810002.
HSL color Cylindrical-coordinate representation of color #D234B4: hue angle of 311.39º 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 #D234B4 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 180 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.18 |
| HSL | 311.39º | 0.64% | 0.51% | - |
| HSV(B) | 311.39º | 0.75% | 0.82% | - |
| XYZ | 36.04 | 19.45 | 45.04 | - |
| YUV | 113.83 | 165.35 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 180 | 0 | 0.75 | 0.14 | 0.18 | 311.39 | 0.64 | 0.51 |
| Hex | D2 | 34 | B4 | 0 | 4B | E | 12 | 137 | 40 | 33 |
| Octal | 322 | 64 | 264 | 0 | 113 | 16 | 22 | 467 | 100 | 63 |
| Binary | 11010010 | 110100 | 10110100 | 0 | 1001011 | 1110 | 10010 | 100110111 | 1000000 | 110011 |
Color Harmonies of #D234B4
Complementary color
Monochromatic Colors of #D234B4
Black with #D234B4
Text Example
Text Example
White with #D234B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234B4; }
p { color: rgb(210,52,180); }
H1.HeaderClassName
{
color: #D234B4;
}
.AnyTagClassName
{
color: #D234B4;
}
</style>
background-color css
<style>
a { background-color: #D234B4; }
a { background-color: rgb(210,52,180); }
div.DivClassName
{
background-color: #D234B4;
}
.BgClassName
{
background-color: #D234B4;
}
</style>
border-color css
<style>
span { border-color: #D234B4; }
span { border-color: rgb(210,52,180); }
td.TdClassName
{
border-color: #D234B4;
}
.TagClassName
{
border-color: #D234B4;
}
</style>