Shades of Fuchsia #D243BD
Tints of Fuchsia #D243BD
RGB
CMYK
RGB Variations
Color information
#D243BD (or 0xD243BD) is known color: Fuchsia. HEX triplet: D2, 43 and BD. RGB value is (210,67,189). Sum of RGB (Red+Green+Blue) = 210+67+189=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D243BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243BD is #2DBC42. Grayscale: #7B7B7B. Windows color (decimal): -2997315 or 12403666. OLE color: 12403666.
HSL color Cylindrical-coordinate representation of color #D243BD: hue angle of 308.81º 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 #D243BD is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 189 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.18 |
| HSL | 308.81º | 0.61% | 0.54% | - |
| HSV(B) | 308.81º | 0.68% | 0.82% | - |
| XYZ | 37.77 | 21.39 | 50.28 | - |
| YUV | 123.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 189 | 0 | 0.68 | 0.10 | 0.18 | 308.81 | 0.61 | 0.54 |
| Hex | D2 | 43 | BD | 0 | 44 | A | 12 | 135 | 3D | 36 |
| Octal | 322 | 103 | 275 | 0 | 104 | 12 | 22 | 465 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10111101 | 0 | 1000100 | 1010 | 10010 | 100110101 | 111101 | 110110 |
Color Harmonies of #D243BD
Complementary color
Monochromatic Colors of #D243BD
Black with #D243BD
Text Example
Text Example
White with #D243BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243BD; }
p { color: rgb(210,67,189); }
H1.HeaderClassName
{
color: #D243BD;
}
.AnyTagClassName
{
color: #D243BD;
}
</style>
background-color css
<style>
a { background-color: #D243BD; }
a { background-color: rgb(210,67,189); }
div.DivClassName
{
background-color: #D243BD;
}
.BgClassName
{
background-color: #D243BD;
}
</style>
border-color css
<style>
span { border-color: #D243BD; }
span { border-color: rgb(210,67,189); }
td.TdClassName
{
border-color: #D243BD;
}
.TagClassName
{
border-color: #D243BD;
}
</style>