Shades of Fuchsia #D938B8
Tints of Fuchsia #D938B8
RGB
CMYK
RGB Variations
Color information
#D938B8 (or 0xD938B8) is known color: Fuchsia. HEX triplet: D9, 38 and B8. RGB value is (217,56,184). Sum of RGB (Red+Green+Blue) = 217+56+184=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D938B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938B8 is #26C747. Grayscale: #767676. Windows color (decimal): -2541384 or 12073177. OLE color: 12073177.
HSL color Cylindrical-coordinate representation of color #D938B8: hue angle of 312.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D938B8 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 184 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.15 |
| HSL | 312.3º | 0.68% | 0.54% | - |
| HSV(B) | 312.3º | 0.74% | 0.85% | - |
| XYZ | 38.68 | 21.04 | 47.37 | - |
| YUV | 118.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 184 | 0 | 0.74 | 0.15 | 0.15 | 312.3 | 0.68 | 0.54 |
| Hex | D9 | 38 | B8 | 0 | 4A | F | F | 138 | 44 | 36 |
| Octal | 331 | 70 | 270 | 0 | 112 | 17 | 17 | 470 | 104 | 66 |
| Binary | 11011001 | 111000 | 10111000 | 0 | 1001010 | 1111 | 1111 | 100111000 | 1000100 | 110110 |
Color Harmonies of #D938B8
Complementary color
Monochromatic Colors of #D938B8
Black with #D938B8
Text Example
Text Example
White with #D938B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938B8; }
p { color: rgb(217,56,184); }
H1.HeaderClassName
{
color: #D938B8;
}
.AnyTagClassName
{
color: #D938B8;
}
</style>
background-color css
<style>
a { background-color: #D938B8; }
a { background-color: rgb(217,56,184); }
div.DivClassName
{
background-color: #D938B8;
}
.BgClassName
{
background-color: #D938B8;
}
</style>
border-color css
<style>
span { border-color: #D938B8; }
span { border-color: rgb(217,56,184); }
td.TdClassName
{
border-color: #D938B8;
}
.TagClassName
{
border-color: #D938B8;
}
</style>