Shades of Fuchsia #D74CC2
Tints of Fuchsia #D74CC2
RGB
CMYK
RGB Variations
Color information
#D74CC2 (or 0xD74CC2) is known color: Fuchsia. HEX triplet: D7, 4C and C2. RGB value is (215,76,194). Sum of RGB (Red+Green+Blue) = 215+76+194=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CC2 is #28B33D. Grayscale: #828282. Windows color (decimal): -2667326 or 12733655. OLE color: 12733655.
HSL color Cylindrical-coordinate representation of color #D74CC2: hue angle of 309.06º degrees, saturation: 0.63, 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 #D74CC2 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 194 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.16 |
| HSL | 309.06º | 0.63% | 0.57% | - |
| HSV(B) | 309.06º | 0.65% | 0.84% | - |
| XYZ | 40.35 | 23.51 | 53.45 | - |
| YUV | 131.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 194 | 0 | 0.65 | 0.10 | 0.16 | 309.06 | 0.63 | 0.57 |
| Hex | D7 | 4C | C2 | 0 | 41 | A | 10 | 135 | 3F | 39 |
| Octal | 327 | 114 | 302 | 0 | 101 | 12 | 20 | 465 | 77 | 71 |
| Binary | 11010111 | 1001100 | 11000010 | 0 | 1000001 | 1010 | 10000 | 100110101 | 111111 | 111001 |
Color Harmonies of #D74CC2
Complementary color
Monochromatic Colors of #D74CC2
Black with #D74CC2
Text Example
Text Example
White with #D74CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CC2; }
p { color: rgb(215,76,194); }
H1.HeaderClassName
{
color: #D74CC2;
}
.AnyTagClassName
{
color: #D74CC2;
}
</style>
background-color css
<style>
a { background-color: #D74CC2; }
a { background-color: rgb(215,76,194); }
div.DivClassName
{
background-color: #D74CC2;
}
.BgClassName
{
background-color: #D74CC2;
}
</style>
border-color css
<style>
span { border-color: #D74CC2; }
span { border-color: rgb(215,76,194); }
td.TdClassName
{
border-color: #D74CC2;
}
.TagClassName
{
border-color: #D74CC2;
}
</style>