Shades of Fuchsia #D23EB5
Tints of Fuchsia #D23EB5
RGB
CMYK
RGB Variations
Color information
#D23EB5 (or 0xD23EB5) is known color: Fuchsia. HEX triplet: D2, 3E and B5. RGB value is (210,62,181). Sum of RGB (Red+Green+Blue) = 210+62+181=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EB5 is #2DC14A. Grayscale: #777777. Windows color (decimal): -2998603 or 11878098. OLE color: 11878098.
HSL color Cylindrical-coordinate representation of color #D23EB5: hue angle of 311.76º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23EB5 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 181 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.18 |
| HSL | 311.76º | 0.62% | 0.53% | - |
| HSV(B) | 311.76º | 0.7% | 0.82% | - |
| XYZ | 36.64 | 20.48 | 45.74 | - |
| YUV | 119.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 181 | 0 | 0.70 | 0.14 | 0.18 | 311.76 | 0.62 | 0.53 |
| Hex | D2 | 3E | B5 | 0 | 46 | E | 12 | 138 | 3E | 35 |
| Octal | 322 | 76 | 265 | 0 | 106 | 16 | 22 | 470 | 76 | 65 |
| Binary | 11010010 | 111110 | 10110101 | 0 | 1000110 | 1110 | 10010 | 100111000 | 111110 | 110101 |
Color Harmonies of #D23EB5
Complementary color
Monochromatic Colors of #D23EB5
Black with #D23EB5
Text Example
Text Example
White with #D23EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EB5; }
p { color: rgb(210,62,181); }
H1.HeaderClassName
{
color: #D23EB5;
}
.AnyTagClassName
{
color: #D23EB5;
}
</style>
background-color css
<style>
a { background-color: #D23EB5; }
a { background-color: rgb(210,62,181); }
div.DivClassName
{
background-color: #D23EB5;
}
.BgClassName
{
background-color: #D23EB5;
}
</style>
border-color css
<style>
span { border-color: #D23EB5; }
span { border-color: rgb(210,62,181); }
td.TdClassName
{
border-color: #D23EB5;
}
.TagClassName
{
border-color: #D23EB5;
}
</style>