Shades of Fuchsia #D948B2
Tints of Fuchsia #D948B2
RGB
CMYK
RGB Variations
Color information
#D948B2 (or 0xD948B2) is known color: Fuchsia. HEX triplet: D9, 48 and B2. RGB value is (217,72,178). Sum of RGB (Red+Green+Blue) = 217+72+178=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D948B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948B2 is #26B74D. Grayscale: #7F7F7F. Windows color (decimal): -2537294 or 11684057. OLE color: 11684057.
HSL color Cylindrical-coordinate representation of color #D948B2: hue angle of 316.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948B2 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 178 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.15 |
| HSL | 316.14º | 0.66% | 0.57% | - |
| HSV(B) | 316.14º | 0.67% | 0.85% | - |
| XYZ | 38.97 | 22.6 | 44.43 | - |
| YUV | 127.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 178 | 0 | 0.67 | 0.18 | 0.15 | 316.14 | 0.66 | 0.57 |
| Hex | D9 | 48 | B2 | 0 | 43 | 12 | F | 13C | 42 | 39 |
| Octal | 331 | 110 | 262 | 0 | 103 | 22 | 17 | 474 | 102 | 71 |
| Binary | 11011001 | 1001000 | 10110010 | 0 | 1000011 | 10010 | 1111 | 100111100 | 1000010 | 111001 |
Color Harmonies of #D948B2
Complementary color
Monochromatic Colors of #D948B2
Black with #D948B2
Text Example
Text Example
White with #D948B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948B2; }
p { color: rgb(217,72,178); }
H1.HeaderClassName
{
color: #D948B2;
}
.AnyTagClassName
{
color: #D948B2;
}
</style>
background-color css
<style>
a { background-color: #D948B2; }
a { background-color: rgb(217,72,178); }
div.DivClassName
{
background-color: #D948B2;
}
.BgClassName
{
background-color: #D948B2;
}
</style>
border-color css
<style>
span { border-color: #D948B2; }
span { border-color: rgb(217,72,178); }
td.TdClassName
{
border-color: #D948B2;
}
.TagClassName
{
border-color: #D948B2;
}
</style>