Html Css Color HEX #D54EB4 Fuchsia

📋 copy color: '#D54EB4'

red 213 ◦ green 78 ◦ blue 180

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

Shades of Fuchsia #D54EB4

Tints of Fuchsia #D54EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 45.22%
G = 16.56%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D54EB4 (or 0xD54EB4) is known color: Fuchsia. HEX triplet: D5, 4E and B4. RGB value is (213,78,180). Sum of RGB (Red+Green+Blue) = 213+78+180=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EB4 is #2AB14B. Grayscale: #818181. Windows color (decimal): -2797900 or 11816661. OLE color: 11816661.

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

Color convert

RGB 213 78 180 -
CMYK 0 0.63 0.15 0.16
HSL 314.67º 0.62% 0.57% -
HSV(B) 314.67º 0.63% 0.84% -
XYZ 38.4 22.89 45.57 -
YUV 129.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 213 78 180 0 0.63 0.15 0.16 314.67 0.62 0.57
Hex D5 4E B4 0 3F F 10 13B 3E 39
Octal 325 116 264 0 77 17 20 473 76 71
Binary 11010101 1001110 10110100 0 111111 1111 10000 100111011 111110 111001

Color Harmonies of #D54EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EB4

Black with #D54EB4

Text Example


Text Example

White with #D54EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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