Shades of Fuchsia #D23DC8
Tints of Fuchsia #D23DC8
RGB
CMYK
RGB Variations
Color information
#D23DC8 (or 0xD23DC8) is known color: Fuchsia. HEX triplet: D2, 3D and C8. RGB value is (210,61,200). Sum of RGB (Red+Green+Blue) = 210+61+200=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC8 is #2DC237. Grayscale: #787878. Windows color (decimal): -2998840 or 13123026. OLE color: 13123026.
HSL color Cylindrical-coordinate representation of color #D23DC8: hue angle of 304.03º 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 #D23DC8 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 200 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.18 |
| HSL | 304.03º | 0.62% | 0.53% | - |
| HSV(B) | 304.03º | 0.71% | 0.82% | - |
| XYZ | 38.67 | 21.21 | 56.7 | - |
| YUV | 121.4 | 172.36 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 200 | 0 | 0.71 | 0.05 | 0.18 | 304.03 | 0.62 | 0.53 |
| Hex | D2 | 3D | C8 | 0 | 47 | 5 | 12 | 130 | 3E | 35 |
| Octal | 322 | 75 | 310 | 0 | 107 | 5 | 22 | 460 | 76 | 65 |
| Binary | 11010010 | 111101 | 11001000 | 0 | 1000111 | 101 | 10010 | 100110000 | 111110 | 110101 |
Color Harmonies of #D23DC8
Complementary color
Monochromatic Colors of #D23DC8
Black with #D23DC8
Text Example
Text Example
White with #D23DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DC8; }
p { color: rgb(210,61,200); }
H1.HeaderClassName
{
color: #D23DC8;
}
.AnyTagClassName
{
color: #D23DC8;
}
</style>
background-color css
<style>
a { background-color: #D23DC8; }
a { background-color: rgb(210,61,200); }
div.DivClassName
{
background-color: #D23DC8;
}
.BgClassName
{
background-color: #D23DC8;
}
</style>
border-color css
<style>
span { border-color: #D23DC8; }
span { border-color: rgb(210,61,200); }
td.TdClassName
{
border-color: #D23DC8;
}
.TagClassName
{
border-color: #D23DC8;
}
</style>