Shades of Fuchsia #D23DC7
Tints of Fuchsia #D23DC7
RGB
CMYK
RGB Variations
Color information
#D23DC7 (or 0xD23DC7) is known color: Fuchsia. HEX triplet: D2, 3D and C7. RGB value is (210,61,199). Sum of RGB (Red+Green+Blue) = 210+61+199=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC7 is #2DC238. Grayscale: #787878. Windows color (decimal): -2998841 or 13057490. OLE color: 13057490.
HSL color Cylindrical-coordinate representation of color #D23DC7: hue angle of 304.43º 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 #D23DC7 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 199 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.18 |
| HSL | 304.43º | 0.62% | 0.53% | - |
| HSV(B) | 304.43º | 0.71% | 0.82% | - |
| XYZ | 38.56 | 21.16 | 56.09 | - |
| YUV | 121.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 199 | 0 | 0.71 | 0.05 | 0.18 | 304.43 | 0.62 | 0.53 |
| Hex | D2 | 3D | C7 | 0 | 47 | 5 | 12 | 130 | 3E | 35 |
| Octal | 322 | 75 | 307 | 0 | 107 | 5 | 22 | 460 | 76 | 65 |
| Binary | 11010010 | 111101 | 11000111 | 0 | 1000111 | 101 | 10010 | 100110000 | 111110 | 110101 |
Color Harmonies of #D23DC7
Complementary color
Monochromatic Colors of #D23DC7
Black with #D23DC7
Text Example
Text Example
White with #D23DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DC7; }
p { color: rgb(210,61,199); }
H1.HeaderClassName
{
color: #D23DC7;
}
.AnyTagClassName
{
color: #D23DC7;
}
</style>
background-color css
<style>
a { background-color: #D23DC7; }
a { background-color: rgb(210,61,199); }
div.DivClassName
{
background-color: #D23DC7;
}
.BgClassName
{
background-color: #D23DC7;
}
</style>
border-color css
<style>
span { border-color: #D23DC7; }
span { border-color: rgb(210,61,199); }
td.TdClassName
{
border-color: #D23DC7;
}
.TagClassName
{
border-color: #D23DC7;
}
</style>