Shades of Fuchsia #D23DBF
Tints of Fuchsia #D23DBF
RGB
CMYK
RGB Variations
Color information
#D23DBF (or 0xD23DBF) is known color: Fuchsia. HEX triplet: D2, 3D and BF. RGB value is (210,61,191). Sum of RGB (Red+Green+Blue) = 210+61+191=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DBF is #2DC240. Grayscale: #787878. Windows color (decimal): -2998849 or 12533202. OLE color: 12533202.
HSL color Cylindrical-coordinate representation of color #D23DBF: hue angle of 307.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23DBF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 191 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.18 |
| HSL | 307.65º | 0.62% | 0.53% | - |
| HSV(B) | 307.65º | 0.71% | 0.82% | - |
| XYZ | 37.65 | 20.8 | 51.32 | - |
| YUV | 120.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 191 | 0 | 0.71 | 0.09 | 0.18 | 307.65 | 0.62 | 0.53 |
| Hex | D2 | 3D | BF | 0 | 47 | 9 | 12 | 134 | 3E | 35 |
| Octal | 322 | 75 | 277 | 0 | 107 | 11 | 22 | 464 | 76 | 65 |
| Binary | 11010010 | 111101 | 10111111 | 0 | 1000111 | 1001 | 10010 | 100110100 | 111110 | 110101 |
Color Harmonies of #D23DBF
Complementary color
Monochromatic Colors of #D23DBF
Black with #D23DBF
Text Example
Text Example
White with #D23DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DBF; }
p { color: rgb(210,61,191); }
H1.HeaderClassName
{
color: #D23DBF;
}
.AnyTagClassName
{
color: #D23DBF;
}
</style>
background-color css
<style>
a { background-color: #D23DBF; }
a { background-color: rgb(210,61,191); }
div.DivClassName
{
background-color: #D23DBF;
}
.BgClassName
{
background-color: #D23DBF;
}
</style>
border-color css
<style>
span { border-color: #D23DBF; }
span { border-color: rgb(210,61,191); }
td.TdClassName
{
border-color: #D23DBF;
}
.TagClassName
{
border-color: #D23DBF;
}
</style>