Shades of Fuchsia #D243B7
Tints of Fuchsia #D243B7
RGB
CMYK
RGB Variations
Color information
#D243B7 (or 0xD243B7) is known color: Fuchsia. HEX triplet: D2, 43 and B7. RGB value is (210,67,183). Sum of RGB (Red+Green+Blue) = 210+67+183=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D243B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243B7 is #2DBC48. Grayscale: #7A7A7A. Windows color (decimal): -2997321 or 12010450. OLE color: 12010450.
HSL color Cylindrical-coordinate representation of color #D243B7: hue angle of 311.33º 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 #D243B7 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 183 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.18 |
| HSL | 311.33º | 0.61% | 0.54% | - |
| HSV(B) | 311.33º | 0.68% | 0.82% | - |
| XYZ | 37.13 | 21.13 | 46.92 | - |
| YUV | 122.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 183 | 0 | 0.68 | 0.13 | 0.18 | 311.33 | 0.61 | 0.54 |
| Hex | D2 | 43 | B7 | 0 | 44 | D | 12 | 137 | 3D | 36 |
| Octal | 322 | 103 | 267 | 0 | 104 | 15 | 22 | 467 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10110111 | 0 | 1000100 | 1101 | 10010 | 100110111 | 111101 | 110110 |
Color Harmonies of #D243B7
Complementary color
Monochromatic Colors of #D243B7
Black with #D243B7
Text Example
Text Example
White with #D243B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243B7; }
p { color: rgb(210,67,183); }
H1.HeaderClassName
{
color: #D243B7;
}
.AnyTagClassName
{
color: #D243B7;
}
</style>
background-color css
<style>
a { background-color: #D243B7; }
a { background-color: rgb(210,67,183); }
div.DivClassName
{
background-color: #D243B7;
}
.BgClassName
{
background-color: #D243B7;
}
</style>
border-color css
<style>
span { border-color: #D243B7; }
span { border-color: rgb(210,67,183); }
td.TdClassName
{
border-color: #D243B7;
}
.TagClassName
{
border-color: #D243B7;
}
</style>