Shades of Fuchsia #D942B3
Tints of Fuchsia #D942B3
RGB
CMYK
RGB Variations
Color information
#D942B3 (or 0xD942B3) is known color: Fuchsia. HEX triplet: D9, 42 and B3. RGB value is (217,66,179). Sum of RGB (Red+Green+Blue) = 217+66+179=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D942B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942B3 is #26BD4C. Grayscale: #7B7B7B. Windows color (decimal): -2538829 or 11748057. OLE color: 11748057.
HSL color Cylindrical-coordinate representation of color #D942B3: hue angle of 315.1º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D942B3 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 179 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.15 |
| HSL | 315.1º | 0.67% | 0.55% | - |
| HSV(B) | 315.1º | 0.7% | 0.85% | - |
| XYZ | 38.7 | 21.9 | 44.84 | - |
| YUV | 124.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 179 | 0 | 0.70 | 0.18 | 0.15 | 315.1 | 0.67 | 0.55 |
| Hex | D9 | 42 | B3 | 0 | 46 | 12 | F | 13B | 43 | 37 |
| Octal | 331 | 102 | 263 | 0 | 106 | 22 | 17 | 473 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10110011 | 0 | 1000110 | 10010 | 1111 | 100111011 | 1000011 | 110111 |
Color Harmonies of #D942B3
Complementary color
Monochromatic Colors of #D942B3
Black with #D942B3
Text Example
Text Example
White with #D942B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942B3; }
p { color: rgb(217,66,179); }
H1.HeaderClassName
{
color: #D942B3;
}
.AnyTagClassName
{
color: #D942B3;
}
</style>
background-color css
<style>
a { background-color: #D942B3; }
a { background-color: rgb(217,66,179); }
div.DivClassName
{
background-color: #D942B3;
}
.BgClassName
{
background-color: #D942B3;
}
</style>
border-color css
<style>
span { border-color: #D942B3; }
span { border-color: rgb(217,66,179); }
td.TdClassName
{
border-color: #D942B3;
}
.TagClassName
{
border-color: #D942B3;
}
</style>