Html Css Color HEX #D54EC2 Fuchsia

📋 copy color: '#D54EC2'

red 213 ◦ green 78 ◦ blue 194

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

Shades of Fuchsia #D54EC2

Tints of Fuchsia #D54EC2

RGB

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

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

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

R = 43.92%
G = 16.08%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D54EC2 (or 0xD54EC2) is known color: Fuchsia. HEX triplet: D5, 4E and C2. RGB value is (213,78,194). Sum of RGB (Red+Green+Blue) = 213+78+194=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EC2 is #2AB13D. Grayscale: #838383. Windows color (decimal): -2797886 or 12734165. OLE color: 12734165.

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

Color convert

RGB 213 78 194 -
CMYK 0 0.63 0.09 0.16
HSL 308.44º 0.62% 0.57% -
HSV(B) 308.44º 0.63% 0.84% -
XYZ 39.9 23.49 53.47 -
YUV 131.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 213 78 194 0 0.63 0.09 0.16 308.44 0.62 0.57
Hex D5 4E C2 0 3F 9 10 134 3E 39
Octal 325 116 302 0 77 11 20 464 76 71
Binary 11010101 1001110 11000010 0 111111 1001 10000 100110100 111110 111001

Color Harmonies of #D54EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EC2

Black with #D54EC2

Text Example


Text Example

White with #D54EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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