Html Css Color HEX #D54EC4 Fuchsia

📋 copy color: '#D54EC4'

red 213 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #D54EC4

Tints of Fuchsia #D54EC4

RGB

 RED value IS 213 (83.59% from 255) = 43.74%

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

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

R = 43.74%
G = 16.02%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D54EC4 (or 0xD54EC4) is known color: Fuchsia. HEX triplet: D5, 4E and C4. RGB value is (213,78,196). Sum of RGB (Red+Green+Blue) = 213+78+196=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EC4 is #2AB13B. Grayscale: #838383. Windows color (decimal): -2797884 or 12865237. OLE color: 12865237.

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

Color convert

RGB 213 78 196 -
CMYK 0 0.63 0.08 0.16
HSL 307.56º 0.62% 0.57% -
HSV(B) 307.56º 0.63% 0.84% -
XYZ 40.13 23.58 54.66 -
YUV 131.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 213 78 196 0 0.63 0.08 0.16 307.56 0.62 0.57
Hex D5 4E C4 0 3F 8 10 134 3E 39
Octal 325 116 304 0 77 10 20 464 76 71
Binary 11010101 1001110 11000100 0 111111 1000 10000 100110100 111110 111001

Color Harmonies of #D54EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EC4

Black with #D54EC4

Text Example


Text Example

White with #D54EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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