Html Css Color HEX #D54AB4 Fuchsia

📋 copy color: '#D54AB4'

red 213 ◦ green 74 ◦ blue 180

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

Shades of Fuchsia #D54AB4

Tints of Fuchsia #D54AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.54%

R = 45.61%
G = 15.85%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D54AB4 (or 0xD54AB4) is known color: Fuchsia. HEX triplet: D5, 4A and B4. RGB value is (213,74,180). Sum of RGB (Red+Green+Blue) = 213+74+180=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AB4 is #2AB54B. Grayscale: #7F7F7F. Windows color (decimal): -2798924 or 11815637. OLE color: 11815637.

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

Color convert

RGB 213 74 180 -
CMYK 0 0.65 0.15 0.16
HSL 314.24º 0.62% 0.56% -
HSV(B) 314.24º 0.65% 0.84% -
XYZ 38.13 22.34 45.48 -
YUV 127.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 213 74 180 0 0.65 0.15 0.16 314.24 0.62 0.56
Hex D5 4A B4 0 41 F 10 13A 3E 38
Octal 325 112 264 0 101 17 20 472 76 70
Binary 11010101 1001010 10110100 0 1000001 1111 10000 100111010 111110 111000

Color Harmonies of #D54AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AB4

Black with #D54AB4

Text Example


Text Example

White with #D54AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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