Shades of Fuchsia #D23BBE
Tints of Fuchsia #D23BBE
RGB
CMYK
RGB Variations
Color information
#D23BBE (or 0xD23BBE) is known color: Fuchsia. HEX triplet: D2, 3B and BE. RGB value is (210,59,190). Sum of RGB (Red+Green+Blue) = 210+59+190=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BBE is #2DC441. Grayscale: #767676. Windows color (decimal): -2999362 or 12467154. OLE color: 12467154.
HSL color Cylindrical-coordinate representation of color #D23BBE: hue angle of 307.95º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BBE is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 190 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 307.95º | 0.63% | 0.53% | - |
| HSV(B) | 307.95º | 0.72% | 0.82% | - |
| XYZ | 37.44 | 20.55 | 50.71 | - |
| YUV | 119.08 | 168.03 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 190 | 0 | 0.72 | 0.10 | 0.18 | 307.95 | 0.63 | 0.53 |
| Hex | D2 | 3B | BE | 0 | 48 | A | 12 | 134 | 3F | 35 |
| Octal | 322 | 73 | 276 | 0 | 110 | 12 | 22 | 464 | 77 | 65 |
| Binary | 11010010 | 111011 | 10111110 | 0 | 1001000 | 1010 | 10010 | 100110100 | 111111 | 110101 |
Color Harmonies of #D23BBE
Complementary color
Monochromatic Colors of #D23BBE
Black with #D23BBE
Text Example
Text Example
White with #D23BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BBE; }
p { color: rgb(210,59,190); }
H1.HeaderClassName
{
color: #D23BBE;
}
.AnyTagClassName
{
color: #D23BBE;
}
</style>
background-color css
<style>
a { background-color: #D23BBE; }
a { background-color: rgb(210,59,190); }
div.DivClassName
{
background-color: #D23BBE;
}
.BgClassName
{
background-color: #D23BBE;
}
</style>
border-color css
<style>
span { border-color: #D23BBE; }
span { border-color: rgb(210,59,190); }
td.TdClassName
{
border-color: #D23BBE;
}
.TagClassName
{
border-color: #D23BBE;
}
</style>