Html Css Color HEX #D54AB1 Fuchsia

📋 copy color: '#D54AB1'

red 213 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #D54AB1

Tints of Fuchsia #D54AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.95%

 BLUE value IS 177 (69.53% from 255) = 38.15%

R = 45.91%
G = 15.95%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D54AB1 (or 0xD54AB1) is known color: Fuchsia. HEX triplet: D5, 4A and B1. RGB value is (213,74,177). Sum of RGB (Red+Green+Blue) = 213+74+177=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AB1 is #2AB54E. Grayscale: #7F7F7F. Windows color (decimal): -2798927 or 11619029. OLE color: 11619029.

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

Color convert

RGB 213 74 177 -
CMYK 0 0.65 0.17 0.16
HSL 315.54º 0.62% 0.56% -
HSV(B) 315.54º 0.65% 0.84% -
XYZ 37.83 22.22 43.89 -
YUV 127.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 213 74 177 0 0.65 0.17 0.16 315.54 0.62 0.56
Hex D5 4A B1 0 41 11 10 13C 3E 38
Octal 325 112 261 0 101 21 20 474 76 70
Binary 11010101 1001010 10110001 0 1000001 10001 10000 100111100 111110 111000

Color Harmonies of #D54AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AB1

Black with #D54AB1

Text Example


Text Example

White with #D54AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AB1; }

 p { color: rgb(213,74,177); }

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

background-color css

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

 a { background-color: rgb(213,74,177); }

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

border-color css

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

 span { border-color: rgb(213,74,177); }

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