Html Css Color HEX #D54FB1 Fuchsia

📋 copy color: '#D54FB1'

red 213 ◦ green 79 ◦ blue 177

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

Shades of Fuchsia #D54FB1

Tints of Fuchsia #D54FB1

RGB

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

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

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

R = 45.42%
G = 16.84%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D54FB1 (or 0xD54FB1) is known color: Fuchsia. HEX triplet: D5, 4F and B1. RGB value is (213,79,177). Sum of RGB (Red+Green+Blue) = 213+79+177=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FB1 is #2AB04E. Grayscale: #818181. Windows color (decimal): -2797647 or 11620309. OLE color: 11620309.

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

Color convert

RGB 213 79 177 -
CMYK 0 0.63 0.17 0.16
HSL 316.12º 0.61% 0.57% -
HSV(B) 316.12º 0.63% 0.84% -
XYZ 38.17 22.91 44.01 -
YUV 130.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 213 79 177 0 0.63 0.17 0.16 316.12 0.61 0.57
Hex D5 4F B1 0 3F 11 10 13C 3D 39
Octal 325 117 261 0 77 21 20 474 75 71
Binary 11010101 1001111 10110001 0 111111 10001 10000 100111100 111101 111001

Color Harmonies of #D54FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FB1

Black with #D54FB1

Text Example


Text Example

White with #D54FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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