#D74FC2

Color #D74FC2 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D74FC2

Tints of Fuchsia #D74FC2

Color information

#D74FC2 (or 0xD74FC2) is unknown color: approx Fuchsia. HEX triplet: D7, 4F and C2. RGB value is (215,79,194). Sum of RGB (Red+Green+Blue) = 215+79+194=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FC2 is #28B03D. Grayscale: #848484. Windows color (decimal): -2666558 or 12734423. OLE color: 12734423.

HSL color Cylindrical-coordinate representation of color #D74FC2: hue angle of 309.26º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74FC2 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21579194-
CMYK00.630.100.16
HSL309.26º62.96%57.65%-
HSV(B)309.26º63.26%84.31%-
XYZ40.5623.9353.52-
YUV132.77162.56186.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 79 (31.25% from 255) = 16.19%
BLUE value IS 194 (76.17% from 255) = 39.75%
R=44.06%
G=16.19%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157919400.630.100.16309.2662.9657.65
HexD74FC203FA101353f3a
Octal32711730207712204657772
Binary110101111001111110000100111111101010000100110101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74FC2; }

 p { color: rgb(215,79,194); }

 H1.HeaderClassName
 {
   color: #D74FC2;
 }
 .AnyTagClassName
 {
   color: #D74FC2;
 }
</style>
background-color css

<style>
 a { background-color: #D74FC2; }

 a { background-color: rgb(215,79,194); }

 div.DivClassName
 {
   background-color: #D74FC2;
 }
 .BgClassName
 {
   background-color: #D74FC2;
 }
</style>
border-color css

<style>
 span { border-color: #D74FC2; }

 span { border-color: rgb(215,79,194); }

 td.TdClassName
 {
   border-color: #D74FC2;
 }
 .TagClassName
 {
   border-color: #D74FC2;
 }
</style>