Shades of Fuchsia #D942BC
Tints of Fuchsia #D942BC
RGB
CMYK
RGB Variations
Color information
#D942BC (or 0xD942BC) is known color: Fuchsia. HEX triplet: D9, 42 and BC. RGB value is (217,66,188). Sum of RGB (Red+Green+Blue) = 217+66+188=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D942BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942BC is #26BD43. Grayscale: #7C7C7C. Windows color (decimal): -2538820 or 12337881. OLE color: 12337881.
HSL color Cylindrical-coordinate representation of color #D942BC: hue angle of 311.52º 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 #D942BC is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 188 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.15 |
| HSL | 311.52º | 0.67% | 0.55% | - |
| HSV(B) | 311.52º | 0.7% | 0.85% | - |
| XYZ | 39.64 | 22.28 | 49.79 | - |
| YUV | 125.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 188 | 0 | 0.70 | 0.13 | 0.15 | 311.52 | 0.67 | 0.55 |
| Hex | D9 | 42 | BC | 0 | 46 | D | F | 138 | 43 | 37 |
| Octal | 331 | 102 | 274 | 0 | 106 | 15 | 17 | 470 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10111100 | 0 | 1000110 | 1101 | 1111 | 100111000 | 1000011 | 110111 |
Color Harmonies of #D942BC
Complementary color
Monochromatic Colors of #D942BC
Black with #D942BC
Text Example
Text Example
White with #D942BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942BC; }
p { color: rgb(217,66,188); }
H1.HeaderClassName
{
color: #D942BC;
}
.AnyTagClassName
{
color: #D942BC;
}
</style>
background-color css
<style>
a { background-color: #D942BC; }
a { background-color: rgb(217,66,188); }
div.DivClassName
{
background-color: #D942BC;
}
.BgClassName
{
background-color: #D942BC;
}
</style>
border-color css
<style>
span { border-color: #D942BC; }
span { border-color: rgb(217,66,188); }
td.TdClassName
{
border-color: #D942BC;
}
.TagClassName
{
border-color: #D942BC;
}
</style>