Shades of Fuchsia #D234C7
Tints of Fuchsia #D234C7
RGB
CMYK
RGB Variations
Color information
#D234C7 (or 0xD234C7) is known color: Fuchsia. HEX triplet: D2, 34 and C7. RGB value is (210,52,199). Sum of RGB (Red+Green+Blue) = 210+52+199=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D234C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234C7 is #2DCB38. Grayscale: #737373. Windows color (decimal): -3001145 or 13055186. OLE color: 13055186.
HSL color Cylindrical-coordinate representation of color #D234C7: hue angle of 304.18º 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 #D234C7 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 199 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.18 |
| HSL | 304.18º | 0.64% | 0.51% | - |
| HSV(B) | 304.18º | 0.75% | 0.82% | - |
| XYZ | 38.12 | 20.28 | 55.94 | - |
| YUV | 116 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 199 | 0 | 0.75 | 0.05 | 0.18 | 304.18 | 0.64 | 0.51 |
| Hex | D2 | 34 | C7 | 0 | 4B | 5 | 12 | 130 | 40 | 33 |
| Octal | 322 | 64 | 307 | 0 | 113 | 5 | 22 | 460 | 100 | 63 |
| Binary | 11010010 | 110100 | 11000111 | 0 | 1001011 | 101 | 10010 | 100110000 | 1000000 | 110011 |
Color Harmonies of #D234C7
Complementary color
Monochromatic Colors of #D234C7
Black with #D234C7
Text Example
Text Example
White with #D234C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234C7; }
p { color: rgb(210,52,199); }
H1.HeaderClassName
{
color: #D234C7;
}
.AnyTagClassName
{
color: #D234C7;
}
</style>
background-color css
<style>
a { background-color: #D234C7; }
a { background-color: rgb(210,52,199); }
div.DivClassName
{
background-color: #D234C7;
}
.BgClassName
{
background-color: #D234C7;
}
</style>
border-color css
<style>
span { border-color: #D234C7; }
span { border-color: rgb(210,52,199); }
td.TdClassName
{
border-color: #D234C7;
}
.TagClassName
{
border-color: #D234C7;
}
</style>