Shades of Fuchsia #D234CB
Tints of Fuchsia #D234CB
RGB
CMYK
RGB Variations
Color information
#D234CB (or 0xD234CB) is known color: Fuchsia. HEX triplet: D2, 34 and CB. RGB value is (210,52,203). Sum of RGB (Red+Green+Blue) = 210+52+203=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D234CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234CB is #2DCB34. Grayscale: #747474. Windows color (decimal): -3001141 or 13317330. OLE color: 13317330.
HSL color Cylindrical-coordinate representation of color #D234CB: hue angle of 302.66º 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 #D234CB is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 203 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.18 |
| HSL | 302.66º | 0.64% | 0.51% | - |
| HSV(B) | 302.66º | 0.75% | 0.82% | - |
| XYZ | 38.59 | 20.47 | 58.42 | - |
| YUV | 116.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 203 | 0 | 0.75 | 0.03 | 0.18 | 302.66 | 0.64 | 0.51 |
| Hex | D2 | 34 | CB | 0 | 4B | 3 | 12 | 12F | 40 | 33 |
| Octal | 322 | 64 | 313 | 0 | 113 | 3 | 22 | 457 | 100 | 63 |
| Binary | 11010010 | 110100 | 11001011 | 0 | 1001011 | 11 | 10010 | 100101111 | 1000000 | 110011 |
Color Harmonies of #D234CB
Complementary color
Monochromatic Colors of #D234CB
Black with #D234CB
Text Example
Text Example
White with #D234CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234CB; }
p { color: rgb(210,52,203); }
H1.HeaderClassName
{
color: #D234CB;
}
.AnyTagClassName
{
color: #D234CB;
}
</style>
background-color css
<style>
a { background-color: #D234CB; }
a { background-color: rgb(210,52,203); }
div.DivClassName
{
background-color: #D234CB;
}
.BgClassName
{
background-color: #D234CB;
}
</style>
border-color css
<style>
span { border-color: #D234CB; }
span { border-color: rgb(210,52,203); }
td.TdClassName
{
border-color: #D234CB;
}
.TagClassName
{
border-color: #D234CB;
}
</style>