Html Css Color HEX #D54EB3 Fuchsia

📋 copy color: '#D54EB3'

red 213 ◦ green 78 ◦ blue 179

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

Shades of Fuchsia #D54EB3

Tints of Fuchsia #D54EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 45.32%
G = 16.6%
B = 38.09%

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

#D54EB3 (or 0xD54EB3) is known color: Fuchsia. HEX triplet: D5, 4E and B3. RGB value is (213,78,179). Sum of RGB (Red+Green+Blue) = 213+78+179=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EB3 is #2AB14C. Grayscale: #818181. Windows color (decimal): -2797901 or 11751125. OLE color: 11751125.

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

Color convert

RGB 213 78 179 -
CMYK 0 0.63 0.16 0.16
HSL 315.11º 0.62% 0.57% -
HSV(B) 315.11º 0.63% 0.84% -
XYZ 38.3 22.85 45.04 -
YUV 129.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 213 78 179 0 0.63 0.16 0.16 315.11 0.62 0.57
Hex D5 4E B3 0 3F 10 10 13B 3E 39
Octal 325 116 263 0 77 20 20 473 76 71
Binary 11010101 1001110 10110011 0 111111 10000 10000 100111011 111110 111001

Color Harmonies of #D54EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EB3

Black with #D54EB3

Text Example


Text Example

White with #D54EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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