Shades of Fuchsia #D23BAF
Tints of Fuchsia #D23BAF
RGB
CMYK
RGB Variations
Color information
#D23BAF (or 0xD23BAF) is known color: Fuchsia. HEX triplet: D2, 3B and AF. RGB value is (210,59,175). Sum of RGB (Red+Green+Blue) = 210+59+175=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BAF is #2DC450. Grayscale: #757575. Windows color (decimal): -2999377 or 11484114. OLE color: 11484114.
HSL color Cylindrical-coordinate representation of color #D23BAF: hue angle of 313.91º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BAF is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 175 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.18 |
| HSL | 313.91º | 0.63% | 0.53% | - |
| HSV(B) | 313.91º | 0.72% | 0.82% | - |
| XYZ | 35.88 | 19.92 | 42.51 | - |
| YUV | 117.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 175 | 0 | 0.72 | 0.17 | 0.18 | 313.91 | 0.63 | 0.53 |
| Hex | D2 | 3B | AF | 0 | 48 | 11 | 12 | 13A | 3F | 35 |
| Octal | 322 | 73 | 257 | 0 | 110 | 21 | 22 | 472 | 77 | 65 |
| Binary | 11010010 | 111011 | 10101111 | 0 | 1001000 | 10001 | 10010 | 100111010 | 111111 | 110101 |
Color Harmonies of #D23BAF
Complementary color
Monochromatic Colors of #D23BAF
Black with #D23BAF
Text Example
Text Example
White with #D23BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BAF; }
p { color: rgb(210,59,175); }
H1.HeaderClassName
{
color: #D23BAF;
}
.AnyTagClassName
{
color: #D23BAF;
}
</style>
background-color css
<style>
a { background-color: #D23BAF; }
a { background-color: rgb(210,59,175); }
div.DivClassName
{
background-color: #D23BAF;
}
.BgClassName
{
background-color: #D23BAF;
}
</style>
border-color css
<style>
span { border-color: #D23BAF; }
span { border-color: rgb(210,59,175); }
td.TdClassName
{
border-color: #D23BAF;
}
.TagClassName
{
border-color: #D23BAF;
}
</style>