Shades of Fuchsia #D23DC5
Tints of Fuchsia #D23DC5
RGB
CMYK
RGB Variations
Color information
#D23DC5 (or 0xD23DC5) is known color: Fuchsia. HEX triplet: D2, 3D and C5. RGB value is (210,61,197). Sum of RGB (Red+Green+Blue) = 210+61+197=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DC5 is #2DC23A. Grayscale: #787878. Windows color (decimal): -2998843 or 12926418. OLE color: 12926418.
HSL color Cylindrical-coordinate representation of color #D23DC5: hue angle of 305.23º 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 #D23DC5 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 197 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.18 |
| HSL | 305.23º | 0.62% | 0.53% | - |
| HSV(B) | 305.23º | 0.71% | 0.82% | - |
| XYZ | 38.33 | 21.07 | 54.87 | - |
| YUV | 121.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 197 | 0 | 0.71 | 0.06 | 0.18 | 305.23 | 0.62 | 0.53 |
| Hex | D2 | 3D | C5 | 0 | 47 | 6 | 12 | 131 | 3E | 35 |
| Octal | 322 | 75 | 305 | 0 | 107 | 6 | 22 | 461 | 76 | 65 |
| Binary | 11010010 | 111101 | 11000101 | 0 | 1000111 | 110 | 10010 | 100110001 | 111110 | 110101 |
Color Harmonies of #D23DC5
Complementary color
Monochromatic Colors of #D23DC5
Black with #D23DC5
Text Example
Text Example
White with #D23DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DC5; }
p { color: rgb(210,61,197); }
H1.HeaderClassName
{
color: #D23DC5;
}
.AnyTagClassName
{
color: #D23DC5;
}
</style>
background-color css
<style>
a { background-color: #D23DC5; }
a { background-color: rgb(210,61,197); }
div.DivClassName
{
background-color: #D23DC5;
}
.BgClassName
{
background-color: #D23DC5;
}
</style>
border-color css
<style>
span { border-color: #D23DC5; }
span { border-color: rgb(210,61,197); }
td.TdClassName
{
border-color: #D23DC5;
}
.TagClassName
{
border-color: #D23DC5;
}
</style>