Shades of Fuchsia #D233D0
Tints of Fuchsia #D233D0
RGB
CMYK
RGB Variations
Color information
#D233D0 (or 0xD233D0) is known color: Fuchsia. HEX triplet: D2, 33 and D0. RGB value is (210,51,208). Sum of RGB (Red+Green+Blue) = 210+51+208=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D233D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233D0 is #2DCC2F. Grayscale: #737373. Windows color (decimal): -3001392 or 13644754. OLE color: 13644754.
HSL color Cylindrical-coordinate representation of color #D233D0: hue angle of 300.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D233D0 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 208 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.18 |
| HSL | 300.75º | 0.64% | 0.51% | - |
| HSV(B) | 300.75º | 0.76% | 0.82% | - |
| XYZ | 39.15 | 20.62 | 61.59 | - |
| YUV | 116.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 208 | 0 | 0.76 | 0.01 | 0.18 | 300.75 | 0.64 | 0.51 |
| Hex | D2 | 33 | D0 | 0 | 4C | 1 | 12 | 12D | 40 | 33 |
| Octal | 322 | 63 | 320 | 0 | 114 | 1 | 22 | 455 | 100 | 63 |
| Binary | 11010010 | 110011 | 11010000 | 0 | 1001100 | 1 | 10010 | 100101101 | 1000000 | 110011 |
Color Harmonies of #D233D0
Complementary color
Monochromatic Colors of #D233D0
Black with #D233D0
Text Example
Text Example
White with #D233D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233D0; }
p { color: rgb(210,51,208); }
H1.HeaderClassName
{
color: #D233D0;
}
.AnyTagClassName
{
color: #D233D0;
}
</style>
background-color css
<style>
a { background-color: #D233D0; }
a { background-color: rgb(210,51,208); }
div.DivClassName
{
background-color: #D233D0;
}
.BgClassName
{
background-color: #D233D0;
}
</style>
border-color css
<style>
span { border-color: #D233D0; }
span { border-color: rgb(210,51,208); }
td.TdClassName
{
border-color: #D233D0;
}
.TagClassName
{
border-color: #D233D0;
}
</style>