Html Css Color HEX #D54EB2 Fuchsia

📋 copy color: '#D54EB2'

red 213 ◦ green 78 ◦ blue 178

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

Shades of Fuchsia #D54EB2

Tints of Fuchsia #D54EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 45.42%
G = 16.63%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D54EB2 (or 0xD54EB2) is known color: Fuchsia. HEX triplet: D5, 4E and B2. RGB value is (213,78,178). Sum of RGB (Red+Green+Blue) = 213+78+178=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EB2 is #2AB14D. Grayscale: #818181. Windows color (decimal): -2797902 or 11685589. OLE color: 11685589.

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

Color convert

RGB 213 78 178 -
CMYK 0 0.63 0.16 0.16
HSL 315.56º 0.62% 0.57% -
HSV(B) 315.56º 0.63% 0.84% -
XYZ 38.2 22.81 44.51 -
YUV 129.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 213 78 178 0 0.63 0.16 0.16 315.56 0.62 0.57
Hex D5 4E B2 0 3F 10 10 13C 3E 39
Octal 325 116 262 0 77 20 20 474 76 71
Binary 11010101 1001110 10110010 0 111111 10000 10000 100111100 111110 111001

Color Harmonies of #D54EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EB2

Black with #D54EB2

Text Example


Text Example

White with #D54EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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