Shades of Fuchsia #D942BD
Tints of Fuchsia #D942BD
RGB
CMYK
RGB Variations
Color information
#D942BD (or 0xD942BD) is known color: Fuchsia. HEX triplet: D9, 42 and BD. RGB value is (217,66,189). Sum of RGB (Red+Green+Blue) = 217+66+189=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D942BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942BD is #26BD42. Grayscale: #7C7C7C. Windows color (decimal): -2538819 or 12403417. OLE color: 12403417.
HSL color Cylindrical-coordinate representation of color #D942BD: hue angle of 311.13º 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 #D942BD is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 189 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.15 |
| HSL | 311.13º | 0.67% | 0.55% | - |
| HSV(B) | 311.13º | 0.7% | 0.85% | - |
| XYZ | 39.75 | 22.32 | 50.36 | - |
| YUV | 125.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 189 | 0 | 0.70 | 0.13 | 0.15 | 311.13 | 0.67 | 0.55 |
| Hex | D9 | 42 | BD | 0 | 46 | D | F | 137 | 43 | 37 |
| Octal | 331 | 102 | 275 | 0 | 106 | 15 | 17 | 467 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10111101 | 0 | 1000110 | 1101 | 1111 | 100110111 | 1000011 | 110111 |
Color Harmonies of #D942BD
Complementary color
Monochromatic Colors of #D942BD
Black with #D942BD
Text Example
Text Example
White with #D942BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942BD; }
p { color: rgb(217,66,189); }
H1.HeaderClassName
{
color: #D942BD;
}
.AnyTagClassName
{
color: #D942BD;
}
</style>
background-color css
<style>
a { background-color: #D942BD; }
a { background-color: rgb(217,66,189); }
div.DivClassName
{
background-color: #D942BD;
}
.BgClassName
{
background-color: #D942BD;
}
</style>
border-color css
<style>
span { border-color: #D942BD; }
span { border-color: rgb(217,66,189); }
td.TdClassName
{
border-color: #D942BD;
}
.TagClassName
{
border-color: #D942BD;
}
</style>