Shades of Fuchsia #D941B8
Tints of Fuchsia #D941B8
RGB
CMYK
RGB Variations
Color information
#D941B8 (or 0xD941B8) is known color: Fuchsia. HEX triplet: D9, 41 and B8. RGB value is (217,65,184). Sum of RGB (Red+Green+Blue) = 217+65+184=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D941B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D941B8 is #26BE47. Grayscale: #7B7B7B. Windows color (decimal): -2539080 or 12075481. OLE color: 12075481.
HSL color Cylindrical-coordinate representation of color #D941B8: hue angle of 313.03º 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 #D941B8 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 184 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.15 |
| HSL | 313.03º | 0.67% | 0.55% | - |
| HSV(B) | 313.03º | 0.7% | 0.85% | - |
| XYZ | 39.16 | 21.99 | 47.53 | - |
| YUV | 124.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 184 | 0 | 0.70 | 0.15 | 0.15 | 313.03 | 0.67 | 0.55 |
| Hex | D9 | 41 | B8 | 0 | 46 | F | F | 139 | 43 | 37 |
| Octal | 331 | 101 | 270 | 0 | 106 | 17 | 17 | 471 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10111000 | 0 | 1000110 | 1111 | 1111 | 100111001 | 1000011 | 110111 |
Color Harmonies of #D941B8
Complementary color
Monochromatic Colors of #D941B8
Black with #D941B8
Text Example
Text Example
White with #D941B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941B8; }
p { color: rgb(217,65,184); }
H1.HeaderClassName
{
color: #D941B8;
}
.AnyTagClassName
{
color: #D941B8;
}
</style>
background-color css
<style>
a { background-color: #D941B8; }
a { background-color: rgb(217,65,184); }
div.DivClassName
{
background-color: #D941B8;
}
.BgClassName
{
background-color: #D941B8;
}
</style>
border-color css
<style>
span { border-color: #D941B8; }
span { border-color: rgb(217,65,184); }
td.TdClassName
{
border-color: #D941B8;
}
.TagClassName
{
border-color: #D941B8;
}
</style>