Html Css Color HEX #D74EC4 Fuchsia

📋 copy color: '#D74EC4'

red 215 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #D74EC4

Tints of Fuchsia #D74EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.08%

R = 43.97%
G = 15.95%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D74EC4 (or 0xD74EC4) is known color: Fuchsia. HEX triplet: D7, 4E and C4. RGB value is (215,78,196). Sum of RGB (Red+Green+Blue) = 215+78+196=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EC4 is #28B13B. Grayscale: #848484. Windows color (decimal): -2666812 or 12865239. OLE color: 12865239.

HSL color Cylindrical-coordinate representation of color #D74EC4: hue angle of 308.32º 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 #D74EC4 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 196 -
CMYK 0 0.64 0.09 0.16
HSL 308.32º 0.63% 0.57% -
HSV(B) 308.32º 0.64% 0.84% -
XYZ 40.71 23.88 54.69 -
YUV 132.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 215 78 196 0 0.64 0.09 0.16 308.32 0.63 0.57
Hex D7 4E C4 0 40 9 10 134 3F 39
Octal 327 116 304 0 100 11 20 464 77 71
Binary 11010111 1001110 11000100 0 1000000 1001 10000 100110100 111111 111001

Color Harmonies of #D74EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EC4

Black with #D74EC4

Text Example


Text Example

White with #D74EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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