Html Css Color HEX #D54FAD Fuchsia

📋 copy color: '#D54FAD'

red 213 ◦ green 79 ◦ blue 173

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

Shades of Fuchsia #D54FAD

Tints of Fuchsia #D54FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 45.81%
G = 16.99%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D54FAD (or 0xD54FAD) is known color: Fuchsia. HEX triplet: D5, 4F and AD. RGB value is (213,79,173). Sum of RGB (Red+Green+Blue) = 213+79+173=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FAD is #2AB052. Grayscale: #818181. Windows color (decimal): -2797651 or 11358165. OLE color: 11358165.

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

Color convert

RGB 213 79 173 -
CMYK 0 0.63 0.19 0.16
HSL 317.91º 0.61% 0.57% -
HSV(B) 317.91º 0.63% 0.84% -
XYZ 37.78 22.76 41.94 -
YUV 129.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 213 79 173 0 0.63 0.19 0.16 317.91 0.61 0.57
Hex D5 4F AD 0 3F 13 10 13E 3D 39
Octal 325 117 255 0 77 23 20 476 75 71
Binary 11010101 1001111 10101101 0 111111 10011 10000 100111110 111101 111001

Color Harmonies of #D54FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FAD

Black with #D54FAD

Text Example


Text Example

White with #D54FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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