Shades of Fuchsia #D234CE
Tints of Fuchsia #D234CE
RGB
CMYK
RGB Variations
Color information
#D234CE (or 0xD234CE) is known color: Fuchsia. HEX triplet: D2, 34 and CE. RGB value is (210,52,206). Sum of RGB (Red+Green+Blue) = 210+52+206=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D234CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234CE is #2DCB31. Grayscale: #747474. Windows color (decimal): -3001138 or 13513938. OLE color: 13513938.
HSL color Cylindrical-coordinate representation of color #D234CE: hue angle of 301.52º 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 #D234CE is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 206 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.18 |
| HSL | 301.52º | 0.64% | 0.51% | - |
| HSV(B) | 301.52º | 0.75% | 0.82% | - |
| XYZ | 38.95 | 20.61 | 60.32 | - |
| YUV | 116.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 206 | 0 | 0.75 | 0.02 | 0.18 | 301.52 | 0.64 | 0.51 |
| Hex | D2 | 34 | CE | 0 | 4B | 2 | 12 | 12E | 40 | 33 |
| Octal | 322 | 64 | 316 | 0 | 113 | 2 | 22 | 456 | 100 | 63 |
| Binary | 11010010 | 110100 | 11001110 | 0 | 1001011 | 10 | 10010 | 100101110 | 1000000 | 110011 |
Color Harmonies of #D234CE
Complementary color
Monochromatic Colors of #D234CE
Black with #D234CE
Text Example
Text Example
White with #D234CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234CE; }
p { color: rgb(210,52,206); }
H1.HeaderClassName
{
color: #D234CE;
}
.AnyTagClassName
{
color: #D234CE;
}
</style>
background-color css
<style>
a { background-color: #D234CE; }
a { background-color: rgb(210,52,206); }
div.DivClassName
{
background-color: #D234CE;
}
.BgClassName
{
background-color: #D234CE;
}
</style>
border-color css
<style>
span { border-color: #D234CE; }
span { border-color: rgb(210,52,206); }
td.TdClassName
{
border-color: #D234CE;
}
.TagClassName
{
border-color: #D234CE;
}
</style>