Html Css Color HEX #D74EC2 Fuchsia

📋 copy color: '#D74EC2'

red 215 ◦ green 78 ◦ blue 194

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

Shades of Fuchsia #D74EC2

Tints of Fuchsia #D74EC2

RGB

 RED value IS 215 (84.38% from 255) = 44.15%

 GREEN value IS 78 (30.86% from 255) = 16.02%

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 44.15%
G = 16.02%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D74EC2 (or 0xD74EC2) is known color: Fuchsia. HEX triplet: D7, 4E and C2. RGB value is (215,78,194). Sum of RGB (Red+Green+Blue) = 215+78+194=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EC2 is #28B13D. Grayscale: #838383. Windows color (decimal): -2666814 or 12734167. OLE color: 12734167.

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

Color convert

RGB 215 78 194 -
CMYK 0 0.64 0.10 0.16
HSL 309.2º 0.63% 0.57% -
HSV(B) 309.2º 0.64% 0.84% -
XYZ 40.49 23.79 53.5 -
YUV 132.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 215 78 194 0 0.64 0.10 0.16 309.2 0.63 0.57
Hex D7 4E C2 0 40 A 10 135 3F 39
Octal 327 116 302 0 100 12 20 465 77 71
Binary 11010111 1001110 11000010 0 1000000 1010 10000 100110101 111111 111001

Color Harmonies of #D74EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EC2

Black with #D74EC2

Text Example


Text Example

White with #D74EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EC2; }

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

 H1.HeaderClassName
 {
   color: #D74EC2;
 }
 .AnyTagClassName
 {
   color: #D74EC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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