Shades of Fuchsia #D74BBC
Tints of Fuchsia #D74BBC
RGB
CMYK
RGB Variations
Color information
#D74BBC (or 0xD74BBC) is known color: Fuchsia. HEX triplet: D7, 4B and BC. RGB value is (215,75,188). Sum of RGB (Red+Green+Blue) = 215+75+188=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BBC is #28B443. Grayscale: #818181. Windows color (decimal): -2667588 or 12340183. OLE color: 12340183.
HSL color Cylindrical-coordinate representation of color #D74BBC: hue angle of 311.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74BBC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 188 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.16 |
| HSL | 311.57º | 0.64% | 0.57% | - |
| HSV(B) | 311.57º | 0.65% | 0.84% | - |
| XYZ | 39.62 | 23.11 | 49.95 | - |
| YUV | 129.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 188 | 0 | 0.65 | 0.13 | 0.16 | 311.57 | 0.64 | 0.57 |
| Hex | D7 | 4B | BC | 0 | 41 | D | 10 | 138 | 40 | 39 |
| Octal | 327 | 113 | 274 | 0 | 101 | 15 | 20 | 470 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10111100 | 0 | 1000001 | 1101 | 10000 | 100111000 | 1000000 | 111001 |
Color Harmonies of #D74BBC
Complementary color
Monochromatic Colors of #D74BBC
Black with #D74BBC
Text Example
Text Example
White with #D74BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BBC; }
p { color: rgb(215,75,188); }
H1.HeaderClassName
{
color: #D74BBC;
}
.AnyTagClassName
{
color: #D74BBC;
}
</style>
background-color css
<style>
a { background-color: #D74BBC; }
a { background-color: rgb(215,75,188); }
div.DivClassName
{
background-color: #D74BBC;
}
.BgClassName
{
background-color: #D74BBC;
}
</style>
border-color css
<style>
span { border-color: #D74BBC; }
span { border-color: rgb(215,75,188); }
td.TdClassName
{
border-color: #D74BBC;
}
.TagClassName
{
border-color: #D74BBC;
}
</style>