Shades of Fuchsia #D23EBB
Tints of Fuchsia #D23EBB
RGB
CMYK
RGB Variations
Color information
#D23EBB (or 0xD23EBB) is known color: Fuchsia. HEX triplet: D2, 3E and BB. RGB value is (210,62,187). Sum of RGB (Red+Green+Blue) = 210+62+187=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D23EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EBB is #2DC144. Grayscale: #787878. Windows color (decimal): -2998597 or 12271314. OLE color: 12271314.
HSL color Cylindrical-coordinate representation of color #D23EBB: hue angle of 309.32º 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 #D23EBB is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 187 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.18 |
| HSL | 309.32º | 0.62% | 0.53% | - |
| HSV(B) | 309.32º | 0.7% | 0.82% | - |
| XYZ | 37.27 | 20.73 | 49.05 | - |
| YUV | 120.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 187 | 0 | 0.70 | 0.11 | 0.18 | 309.32 | 0.62 | 0.53 |
| Hex | D2 | 3E | BB | 0 | 46 | B | 12 | 135 | 3E | 35 |
| Octal | 322 | 76 | 273 | 0 | 106 | 13 | 22 | 465 | 76 | 65 |
| Binary | 11010010 | 111110 | 10111011 | 0 | 1000110 | 1011 | 10010 | 100110101 | 111110 | 110101 |
Color Harmonies of #D23EBB
Complementary color
Monochromatic Colors of #D23EBB
Black with #D23EBB
Text Example
Text Example
White with #D23EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EBB; }
p { color: rgb(210,62,187); }
H1.HeaderClassName
{
color: #D23EBB;
}
.AnyTagClassName
{
color: #D23EBB;
}
</style>
background-color css
<style>
a { background-color: #D23EBB; }
a { background-color: rgb(210,62,187); }
div.DivClassName
{
background-color: #D23EBB;
}
.BgClassName
{
background-color: #D23EBB;
}
</style>
border-color css
<style>
span { border-color: #D23EBB; }
span { border-color: rgb(210,62,187); }
td.TdClassName
{
border-color: #D23EBB;
}
.TagClassName
{
border-color: #D23EBB;
}
</style>