Shades of Fuchsia #D23FB4
Tints of Fuchsia #D23FB4
RGB
CMYK
RGB Variations
Color information
#D23FB4 (or 0xD23FB4) is known color: Fuchsia. HEX triplet: D2, 3F and B4. RGB value is (210,63,180). Sum of RGB (Red+Green+Blue) = 210+63+180=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FB4 is #2DC04B. Grayscale: #777777. Windows color (decimal): -2998348 or 11812818. OLE color: 11812818.
HSL color Cylindrical-coordinate representation of color #D23FB4: hue angle of 312.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FB4 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 180 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.18 |
| HSL | 312.24º | 0.62% | 0.54% | - |
| HSV(B) | 312.24º | 0.7% | 0.82% | - |
| XYZ | 36.59 | 20.55 | 45.22 | - |
| YUV | 120.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 180 | 0 | 0.70 | 0.14 | 0.18 | 312.24 | 0.62 | 0.54 |
| Hex | D2 | 3F | B4 | 0 | 46 | E | 12 | 138 | 3E | 36 |
| Octal | 322 | 77 | 264 | 0 | 106 | 16 | 22 | 470 | 76 | 66 |
| Binary | 11010010 | 111111 | 10110100 | 0 | 1000110 | 1110 | 10010 | 100111000 | 111110 | 110110 |
Color Harmonies of #D23FB4
Complementary color
Monochromatic Colors of #D23FB4
Black with #D23FB4
Text Example
Text Example
White with #D23FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FB4; }
p { color: rgb(210,63,180); }
H1.HeaderClassName
{
color: #D23FB4;
}
.AnyTagClassName
{
color: #D23FB4;
}
</style>
background-color css
<style>
a { background-color: #D23FB4; }
a { background-color: rgb(210,63,180); }
div.DivClassName
{
background-color: #D23FB4;
}
.BgClassName
{
background-color: #D23FB4;
}
</style>
border-color css
<style>
span { border-color: #D23FB4; }
span { border-color: rgb(210,63,180); }
td.TdClassName
{
border-color: #D23FB4;
}
.TagClassName
{
border-color: #D23FB4;
}
</style>