Html Css Color HEX #D74FC2 Fuchsia

📋 copy color: '#D74FC2'

red 215 ◦ green 79 ◦ blue 194

#D74FC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D74FC2

Tints of Fuchsia #D74FC2

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 value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D74FC2 (or 0xD74FC2) is known color: 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

RGB 215 79 194 -
CMYK 0 0.63 0.10 0.16
HSL 309.26º 0.63% 0.58% -
HSV(B) 309.26º 0.63% 0.84% -
XYZ 40.56 23.93 53.52 -
YUV 132.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 215 79 194 0 0.63 0.10 0.16 309.26 0.63 0.58
Hex D7 4F C2 0 3F A 10 135 3F 3A
Octal 327 117 302 0 77 12 20 465 77 72
Binary 11010111 1001111 11000010 0 111111 1010 10000 100110101 111111 111010

Color Harmonies of #D74FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FC2

Black with #D74FC2

Text Example


Text Example

White with #D74FC2

Text Example


Text Example

HTML Codes & Css Web 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>