Shades of Fuchsia #D233CE
Tints of Fuchsia #D233CE
RGB
CMYK
RGB Variations
Color information
#D233CE (or 0xD233CE) is known color: Fuchsia. HEX triplet: D2, 33 and CE. RGB value is (210,51,206). Sum of RGB (Red+Green+Blue) = 210+51+206=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D233CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233CE is #2DCC31. Grayscale: #737373. Windows color (decimal): -3001394 or 13513682. OLE color: 13513682.
HSL color Cylindrical-coordinate representation of color #D233CE: hue angle of 301.51º 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 #D233CE is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 206 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.18 |
| HSL | 301.51º | 0.64% | 0.51% | - |
| HSV(B) | 301.51º | 0.76% | 0.82% | - |
| XYZ | 38.9 | 20.53 | 60.3 | - |
| YUV | 116.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 206 | 0 | 0.76 | 0.02 | 0.18 | 301.51 | 0.64 | 0.51 |
| Hex | D2 | 33 | CE | 0 | 4C | 2 | 12 | 12E | 40 | 33 |
| Octal | 322 | 63 | 316 | 0 | 114 | 2 | 22 | 456 | 100 | 63 |
| Binary | 11010010 | 110011 | 11001110 | 0 | 1001100 | 10 | 10010 | 100101110 | 1000000 | 110011 |
Color Harmonies of #D233CE
Complementary color
Monochromatic Colors of #D233CE
Black with #D233CE
Text Example
Text Example
White with #D233CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233CE; }
p { color: rgb(210,51,206); }
H1.HeaderClassName
{
color: #D233CE;
}
.AnyTagClassName
{
color: #D233CE;
}
</style>
background-color css
<style>
a { background-color: #D233CE; }
a { background-color: rgb(210,51,206); }
div.DivClassName
{
background-color: #D233CE;
}
.BgClassName
{
background-color: #D233CE;
}
</style>
border-color css
<style>
span { border-color: #D233CE; }
span { border-color: rgb(210,51,206); }
td.TdClassName
{
border-color: #D233CE;
}
.TagClassName
{
border-color: #D233CE;
}
</style>