Html Css Color HEX #D54DBA Fuchsia

📋 copy color: '#D54DBA'

red 213 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #D54DBA

Tints of Fuchsia #D54DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.18%

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

R = 44.75%
G = 16.18%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D54DBA (or 0xD54DBA) is known color: Fuchsia. HEX triplet: D5, 4D and BA. RGB value is (213,77,186). Sum of RGB (Red+Green+Blue) = 213+77+186=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DBA is #2AB245. Grayscale: #818181. Windows color (decimal): -2798150 or 12209621. OLE color: 12209621.

HSL color Cylindrical-coordinate representation of color #D54DBA: hue angle of 311.91º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DBA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 77 186 -
CMYK 0 0.64 0.13 0.16
HSL 311.91º 0.62% 0.57% -
HSV(B) 311.91º 0.64% 0.84% -
XYZ 38.96 23 48.84 -
YUV 130.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 213 77 186 0 0.64 0.13 0.16 311.91 0.62 0.57
Hex D5 4D BA 0 40 D 10 138 3E 39
Octal 325 115 272 0 100 15 20 470 76 71
Binary 11010101 1001101 10111010 0 1000000 1101 10000 100111000 111110 111001

Color Harmonies of #D54DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DBA

Black with #D54DBA

Text Example


Text Example

White with #D54DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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