Shades of Fuchsia #D23DB4
Tints of Fuchsia #D23DB4
RGB
CMYK
RGB Variations
Color information
#D23DB4 (or 0xD23DB4) is known color: Fuchsia. HEX triplet: D2, 3D and B4. RGB value is (210,61,180). Sum of RGB (Red+Green+Blue) = 210+61+180=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DB4 is #2DC24B. Grayscale: #767676. Windows color (decimal): -2998860 or 11812306. OLE color: 11812306.
HSL color Cylindrical-coordinate representation of color #D23DB4: hue angle of 312.08º 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 #D23DB4 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 180 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.18 |
| HSL | 312.08º | 0.62% | 0.53% | - |
| HSV(B) | 312.08º | 0.71% | 0.82% | - |
| XYZ | 36.49 | 20.33 | 45.18 | - |
| YUV | 119.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 180 | 0 | 0.71 | 0.14 | 0.18 | 312.08 | 0.62 | 0.53 |
| Hex | D2 | 3D | B4 | 0 | 47 | E | 12 | 138 | 3E | 35 |
| Octal | 322 | 75 | 264 | 0 | 107 | 16 | 22 | 470 | 76 | 65 |
| Binary | 11010010 | 111101 | 10110100 | 0 | 1000111 | 1110 | 10010 | 100111000 | 111110 | 110101 |
Color Harmonies of #D23DB4
Complementary color
Monochromatic Colors of #D23DB4
Black with #D23DB4
Text Example
Text Example
White with #D23DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DB4; }
p { color: rgb(210,61,180); }
H1.HeaderClassName
{
color: #D23DB4;
}
.AnyTagClassName
{
color: #D23DB4;
}
</style>
background-color css
<style>
a { background-color: #D23DB4; }
a { background-color: rgb(210,61,180); }
div.DivClassName
{
background-color: #D23DB4;
}
.BgClassName
{
background-color: #D23DB4;
}
</style>
border-color css
<style>
span { border-color: #D23DB4; }
span { border-color: rgb(210,61,180); }
td.TdClassName
{
border-color: #D23DB4;
}
.TagClassName
{
border-color: #D23DB4;
}
</style>