Shades of Fuchsia #D94BBC
Tints of Fuchsia #D94BBC
RGB
CMYK
RGB Variations
Color information
#D94BBC (or 0xD94BBC) is known color: Fuchsia. HEX triplet: D9, 4B and BC. RGB value is (217,75,188). Sum of RGB (Red+Green+Blue) = 217+75+188=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94BBC is #26B443. Grayscale: #828282. Windows color (decimal): -2536516 or 12340185. OLE color: 12340185.
HSL color Cylindrical-coordinate representation of color #D94BBC: hue angle of 312.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94BBC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 75 | 188 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.15 |
| HSL | 312.25º | 0.65% | 0.57% | - |
| HSV(B) | 312.25º | 0.65% | 0.85% | - |
| XYZ | 40.21 | 23.41 | 49.98 | - |
| YUV | 130.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 188 | 0 | 0.65 | 0.13 | 0.15 | 312.25 | 0.65 | 0.57 |
| Hex | D9 | 4B | BC | 0 | 41 | D | F | 138 | 41 | 39 |
| Octal | 331 | 113 | 274 | 0 | 101 | 15 | 17 | 470 | 101 | 71 |
| Binary | 11011001 | 1001011 | 10111100 | 0 | 1000001 | 1101 | 1111 | 100111000 | 1000001 | 111001 |
Color Harmonies of #D94BBC
Complementary color
Monochromatic Colors of #D94BBC
Black with #D94BBC
Text Example
Text Example
White with #D94BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94BBC; }
p { color: rgb(217,75,188); }
H1.HeaderClassName
{
color: #D94BBC;
}
.AnyTagClassName
{
color: #D94BBC;
}
</style>
background-color css
<style>
a { background-color: #D94BBC; }
a { background-color: rgb(217,75,188); }
div.DivClassName
{
background-color: #D94BBC;
}
.BgClassName
{
background-color: #D94BBC;
}
</style>
border-color css
<style>
span { border-color: #D94BBC; }
span { border-color: rgb(217,75,188); }
td.TdClassName
{
border-color: #D94BBC;
}
.TagClassName
{
border-color: #D94BBC;
}
</style>