Shades of Fuchsia #D23DBD
Tints of Fuchsia #D23DBD
RGB
CMYK
RGB Variations
Color information
#D23DBD (or 0xD23DBD) is known color: Fuchsia. HEX triplet: D2, 3D and BD. RGB value is (210,61,189). Sum of RGB (Red+Green+Blue) = 210+61+189=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DBD is #2DC242. Grayscale: #777777. Windows color (decimal): -2998851 or 12402130. OLE color: 12402130.
HSL color Cylindrical-coordinate representation of color #D23DBD: hue angle of 308.46º 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 #D23DBD is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 189 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.18 |
| HSL | 308.46º | 0.62% | 0.53% | - |
| HSV(B) | 308.46º | 0.71% | 0.82% | - |
| XYZ | 37.43 | 20.71 | 50.17 | - |
| YUV | 120.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 189 | 0 | 0.71 | 0.10 | 0.18 | 308.46 | 0.62 | 0.53 |
| Hex | D2 | 3D | BD | 0 | 47 | A | 12 | 134 | 3E | 35 |
| Octal | 322 | 75 | 275 | 0 | 107 | 12 | 22 | 464 | 76 | 65 |
| Binary | 11010010 | 111101 | 10111101 | 0 | 1000111 | 1010 | 10010 | 100110100 | 111110 | 110101 |
Color Harmonies of #D23DBD
Complementary color
Monochromatic Colors of #D23DBD
Black with #D23DBD
Text Example
Text Example
White with #D23DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DBD; }
p { color: rgb(210,61,189); }
H1.HeaderClassName
{
color: #D23DBD;
}
.AnyTagClassName
{
color: #D23DBD;
}
</style>
background-color css
<style>
a { background-color: #D23DBD; }
a { background-color: rgb(210,61,189); }
div.DivClassName
{
background-color: #D23DBD;
}
.BgClassName
{
background-color: #D23DBD;
}
</style>
border-color css
<style>
span { border-color: #D23DBD; }
span { border-color: rgb(210,61,189); }
td.TdClassName
{
border-color: #D23DBD;
}
.TagClassName
{
border-color: #D23DBD;
}
</style>