Html Css Color HEX #D54FB4 Fuchsia

📋 copy color: '#D54FB4'

red 213 ◦ green 79 ◦ blue 180

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

Shades of Fuchsia #D54FB4

Tints of Fuchsia #D54FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.74%

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

R = 45.13%
G = 16.74%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D54FB4 (or 0xD54FB4) is known color: Fuchsia. HEX triplet: D5, 4F and B4. RGB value is (213,79,180). Sum of RGB (Red+Green+Blue) = 213+79+180=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FB4 is #2AB04B. Grayscale: #828282. Windows color (decimal): -2797644 or 11816917. OLE color: 11816917.

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

Color convert

RGB 213 79 180 -
CMYK 0 0.63 0.15 0.16
HSL 314.78º 0.61% 0.57% -
HSV(B) 314.78º 0.63% 0.84% -
XYZ 38.47 23.03 45.6 -
YUV 130.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 213 79 180 0 0.63 0.15 0.16 314.78 0.61 0.57
Hex D5 4F B4 0 3F F 10 13B 3D 39
Octal 325 117 264 0 77 17 20 473 75 71
Binary 11010101 1001111 10110100 0 111111 1111 10000 100111011 111101 111001

Color Harmonies of #D54FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FB4

Black with #D54FB4

Text Example


Text Example

White with #D54FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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