Html Css Color HEX #D54EC0 Fuchsia

📋 copy color: '#D54EC0'

red 213 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #D54EC0

Tints of Fuchsia #D54EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 44.1%
G = 16.15%
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

#D54EC0 (or 0xD54EC0) is known color: Fuchsia. HEX triplet: D5, 4E and C0. RGB value is (213,78,192). Sum of RGB (Red+Green+Blue) = 213+78+192=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EC0 is #2AB13F. Grayscale: #838383. Windows color (decimal): -2797888 or 12603093. OLE color: 12603093.

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

Color convert

RGB 213 78 192 -
CMYK 0 0.63 0.10 0.16
HSL 309.33º 0.62% 0.57% -
HSV(B) 309.33º 0.63% 0.84% -
XYZ 39.68 23.4 52.29 -
YUV 131.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 213 78 192 0 0.63 0.10 0.16 309.33 0.62 0.57
Hex D5 4E C0 0 3F A 10 135 3E 39
Octal 325 116 300 0 77 12 20 465 76 71
Binary 11010101 1001110 11000000 0 111111 1010 10000 100110101 111110 111001

Color Harmonies of #D54EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EC0

Black with #D54EC0

Text Example


Text Example

White with #D54EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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