Shades of Fuchsia #D74BC7
Tints of Fuchsia #D74BC7
RGB
CMYK
RGB Variations
Color information
#D74BC7 (or 0xD74BC7) is known color: Fuchsia. HEX triplet: D7, 4B and C7. RGB value is (215,75,199). Sum of RGB (Red+Green+Blue) = 215+75+199=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BC7 is #28B438. Grayscale: #828282. Windows color (decimal): -2667577 or 13061079. OLE color: 13061079.
HSL color Cylindrical-coordinate representation of color #D74BC7: hue angle of 306.86º 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 #D74BC7 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 199 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.16 |
| HSL | 306.86º | 0.64% | 0.57% | - |
| HSV(B) | 306.86º | 0.65% | 0.84% | - |
| XYZ | 40.85 | 23.6 | 56.44 | - |
| YUV | 131 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 199 | 0 | 0.65 | 0.07 | 0.16 | 306.86 | 0.64 | 0.57 |
| Hex | D7 | 4B | C7 | 0 | 41 | 7 | 10 | 133 | 40 | 39 |
| Octal | 327 | 113 | 307 | 0 | 101 | 7 | 20 | 463 | 100 | 71 |
| Binary | 11010111 | 1001011 | 11000111 | 0 | 1000001 | 111 | 10000 | 100110011 | 1000000 | 111001 |
Color Harmonies of #D74BC7
Complementary color
Monochromatic Colors of #D74BC7
Black with #D74BC7
Text Example
Text Example
White with #D74BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BC7; }
p { color: rgb(215,75,199); }
H1.HeaderClassName
{
color: #D74BC7;
}
.AnyTagClassName
{
color: #D74BC7;
}
</style>
background-color css
<style>
a { background-color: #D74BC7; }
a { background-color: rgb(215,75,199); }
div.DivClassName
{
background-color: #D74BC7;
}
.BgClassName
{
background-color: #D74BC7;
}
</style>
border-color css
<style>
span { border-color: #D74BC7; }
span { border-color: rgb(215,75,199); }
td.TdClassName
{
border-color: #D74BC7;
}
.TagClassName
{
border-color: #D74BC7;
}
</style>