Shades of Fuchsia #D243B5
Tints of Fuchsia #D243B5
RGB
CMYK
RGB Variations
Color information
#D243B5 (or 0xD243B5) is known color: Fuchsia. HEX triplet: D2, 43 and B5. RGB value is (210,67,181). Sum of RGB (Red+Green+Blue) = 210+67+181=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D243B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243B5 is #2DBC4A. Grayscale: #7A7A7A. Windows color (decimal): -2997323 or 11879378. OLE color: 11879378.
HSL color Cylindrical-coordinate representation of color #D243B5: hue angle of 312.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D243B5 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 181 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.18 |
| HSL | 312.17º | 0.61% | 0.54% | - |
| HSV(B) | 312.17º | 0.68% | 0.82% | - |
| XYZ | 36.93 | 21.05 | 45.83 | - |
| YUV | 122.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 181 | 0 | 0.68 | 0.14 | 0.18 | 312.17 | 0.61 | 0.54 |
| Hex | D2 | 43 | B5 | 0 | 44 | E | 12 | 138 | 3D | 36 |
| Octal | 322 | 103 | 265 | 0 | 104 | 16 | 22 | 470 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10110101 | 0 | 1000100 | 1110 | 10010 | 100111000 | 111101 | 110110 |
Color Harmonies of #D243B5
Complementary color
Monochromatic Colors of #D243B5
Black with #D243B5
Text Example
Text Example
White with #D243B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243B5; }
p { color: rgb(210,67,181); }
H1.HeaderClassName
{
color: #D243B5;
}
.AnyTagClassName
{
color: #D243B5;
}
</style>
background-color css
<style>
a { background-color: #D243B5; }
a { background-color: rgb(210,67,181); }
div.DivClassName
{
background-color: #D243B5;
}
.BgClassName
{
background-color: #D243B5;
}
</style>
border-color css
<style>
span { border-color: #D243B5; }
span { border-color: rgb(210,67,181); }
td.TdClassName
{
border-color: #D243B5;
}
.TagClassName
{
border-color: #D243B5;
}
</style>