Shades of Fuchsia #D74CC4
Tints of Fuchsia #D74CC4
RGB
CMYK
RGB Variations
Color information
#D74CC4 (or 0xD74CC4) is known color: Fuchsia. HEX triplet: D7, 4C and C4. RGB value is (215,76,196). Sum of RGB (Red+Green+Blue) = 215+76+196=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CC4 is #28B33B. Grayscale: #828282. Windows color (decimal): -2667324 or 12864727. OLE color: 12864727.
HSL color Cylindrical-coordinate representation of color #D74CC4: hue angle of 308.2º 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 #D74CC4 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 196 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.16 |
| HSL | 308.2º | 0.63% | 0.57% | - |
| HSV(B) | 308.2º | 0.65% | 0.84% | - |
| XYZ | 40.57 | 23.6 | 54.64 | - |
| YUV | 131.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 196 | 0 | 0.65 | 0.09 | 0.16 | 308.2 | 0.63 | 0.57 |
| Hex | D7 | 4C | C4 | 0 | 41 | 9 | 10 | 134 | 3F | 39 |
| Octal | 327 | 114 | 304 | 0 | 101 | 11 | 20 | 464 | 77 | 71 |
| Binary | 11010111 | 1001100 | 11000100 | 0 | 1000001 | 1001 | 10000 | 100110100 | 111111 | 111001 |
Color Harmonies of #D74CC4
Complementary color
Monochromatic Colors of #D74CC4
Black with #D74CC4
Text Example
Text Example
White with #D74CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CC4; }
p { color: rgb(215,76,196); }
H1.HeaderClassName
{
color: #D74CC4;
}
.AnyTagClassName
{
color: #D74CC4;
}
</style>
background-color css
<style>
a { background-color: #D74CC4; }
a { background-color: rgb(215,76,196); }
div.DivClassName
{
background-color: #D74CC4;
}
.BgClassName
{
background-color: #D74CC4;
}
</style>
border-color css
<style>
span { border-color: #D74CC4; }
span { border-color: rgb(215,76,196); }
td.TdClassName
{
border-color: #D74CC4;
}
.TagClassName
{
border-color: #D74CC4;
}
</style>