Shades of Fuchsia #D23DCF
Tints of Fuchsia #D23DCF
RGB
CMYK
RGB Variations
Color information
#D23DCF (or 0xD23DCF) is known color: Fuchsia. HEX triplet: D2, 3D and CF. RGB value is (210,61,207). Sum of RGB (Red+Green+Blue) = 210+61+207=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DCF is #2DC230. Grayscale: #797979. Windows color (decimal): -2998833 or 13581778. OLE color: 13581778.
HSL color Cylindrical-coordinate representation of color #D23DCF: hue angle of 301.21º 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 #D23DCF is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 207 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.18 |
| HSL | 301.21º | 0.62% | 0.53% | - |
| HSV(B) | 301.21º | 0.71% | 0.82% | - |
| XYZ | 39.51 | 21.54 | 61.11 | - |
| YUV | 122.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 207 | 0 | 0.71 | 0.01 | 0.18 | 301.21 | 0.62 | 0.53 |
| Hex | D2 | 3D | CF | 0 | 47 | 1 | 12 | 12D | 3E | 35 |
| Octal | 322 | 75 | 317 | 0 | 107 | 1 | 22 | 455 | 76 | 65 |
| Binary | 11010010 | 111101 | 11001111 | 0 | 1000111 | 1 | 10010 | 100101101 | 111110 | 110101 |
Color Harmonies of #D23DCF
Complementary color
Monochromatic Colors of #D23DCF
Black with #D23DCF
Text Example
Text Example
White with #D23DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DCF; }
p { color: rgb(210,61,207); }
H1.HeaderClassName
{
color: #D23DCF;
}
.AnyTagClassName
{
color: #D23DCF;
}
</style>
background-color css
<style>
a { background-color: #D23DCF; }
a { background-color: rgb(210,61,207); }
div.DivClassName
{
background-color: #D23DCF;
}
.BgClassName
{
background-color: #D23DCF;
}
</style>
border-color css
<style>
span { border-color: #D23DCF; }
span { border-color: rgb(210,61,207); }
td.TdClassName
{
border-color: #D23DCF;
}
.TagClassName
{
border-color: #D23DCF;
}
</style>