Shades of Fuchsia #D23DBB
Tints of Fuchsia #D23DBB
RGB
CMYK
RGB Variations
Color information
#D23DBB (or 0xD23DBB) is known color: Fuchsia. HEX triplet: D2, 3D and BB. RGB value is (210,61,187). Sum of RGB (Red+Green+Blue) = 210+61+187=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DBB is #2DC244. Grayscale: #777777. Windows color (decimal): -2998853 or 12271058. OLE color: 12271058.
HSL color Cylindrical-coordinate representation of color #D23DBB: hue angle of 309.26º 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 #D23DBB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 187 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.18 |
| HSL | 309.26º | 0.62% | 0.53% | - |
| HSV(B) | 309.26º | 0.71% | 0.82% | - |
| XYZ | 37.22 | 20.63 | 49.03 | - |
| YUV | 119.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 187 | 0 | 0.71 | 0.11 | 0.18 | 309.26 | 0.62 | 0.53 |
| Hex | D2 | 3D | BB | 0 | 47 | B | 12 | 135 | 3E | 35 |
| Octal | 322 | 75 | 273 | 0 | 107 | 13 | 22 | 465 | 76 | 65 |
| Binary | 11010010 | 111101 | 10111011 | 0 | 1000111 | 1011 | 10010 | 100110101 | 111110 | 110101 |
Color Harmonies of #D23DBB
Complementary color
Monochromatic Colors of #D23DBB
Black with #D23DBB
Text Example
Text Example
White with #D23DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DBB; }
p { color: rgb(210,61,187); }
H1.HeaderClassName
{
color: #D23DBB;
}
.AnyTagClassName
{
color: #D23DBB;
}
</style>
background-color css
<style>
a { background-color: #D23DBB; }
a { background-color: rgb(210,61,187); }
div.DivClassName
{
background-color: #D23DBB;
}
.BgClassName
{
background-color: #D23DBB;
}
</style>
border-color css
<style>
span { border-color: #D23DBB; }
span { border-color: rgb(210,61,187); }
td.TdClassName
{
border-color: #D23DBB;
}
.TagClassName
{
border-color: #D23DBB;
}
</style>