Html Css Color HEX #D54EBA Fuchsia

📋 copy color: '#D54EBA'

red 213 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #D54EBA

Tints of Fuchsia #D54EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 44.65%
G = 16.35%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D54EBA (or 0xD54EBA) is known color: Fuchsia. HEX triplet: D5, 4E and BA. RGB value is (213,78,186). Sum of RGB (Red+Green+Blue) = 213+78+186=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EBA is #2AB145. Grayscale: #828282. Windows color (decimal): -2797894 or 12209877. OLE color: 12209877.

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

Color convert

RGB 213 78 186 -
CMYK 0 0.63 0.13 0.16
HSL 312º 0.62% 0.57% -
HSV(B) 312º 0.63% 0.84% -
XYZ 39.03 23.14 48.86 -
YUV 130.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 213 78 186 0 0.63 0.13 0.16 312 0.62 0.57
Hex D5 4E BA 0 3F D 10 138 3E 39
Octal 325 116 272 0 77 15 20 470 76 71
Binary 11010101 1001110 10111010 0 111111 1101 10000 100111000 111110 111001

Color Harmonies of #D54EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EBA

Black with #D54EBA

Text Example


Text Example

White with #D54EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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