Html Css Color HEX #D54EC3 Fuchsia

📋 copy color: '#D54EC3'

red 213 ◦ green 78 ◦ blue 195

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

Shades of Fuchsia #D54EC3

Tints of Fuchsia #D54EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 43.83%
G = 16.05%
B = 40.12%

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

#D54EC3 (or 0xD54EC3) is known color: Fuchsia. HEX triplet: D5, 4E and C3. RGB value is (213,78,195). Sum of RGB (Red+Green+Blue) = 213+78+195=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EC3 is #2AB13C. Grayscale: #838383. Windows color (decimal): -2797885 or 12799701. OLE color: 12799701.

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

Color convert

RGB 213 78 195 -
CMYK 0 0.63 0.08 0.16
HSL 308º 0.62% 0.57% -
HSV(B) 308º 0.63% 0.84% -
XYZ 40.02 23.54 54.06 -
YUV 131.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 213 78 195 0 0.63 0.08 0.16 308 0.62 0.57
Hex D5 4E C3 0 3F 8 10 134 3E 39
Octal 325 116 303 0 77 10 20 464 76 71
Binary 11010101 1001110 11000011 0 111111 1000 10000 100110100 111110 111001

Color Harmonies of #D54EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EC3

Black with #D54EC3

Text Example


Text Example

White with #D54EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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