Html Css Color HEX #D54DAF Fuchsia

📋 copy color: '#D54DAF'

red 213 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #D54DAF

Tints of Fuchsia #D54DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 45.81%
G = 16.56%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D54DAF (or 0xD54DAF) is known color: Fuchsia. HEX triplet: D5, 4D and AF. RGB value is (213,77,175). Sum of RGB (Red+Green+Blue) = 213+77+175=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DAF is #2AB250. Grayscale: #808080. Windows color (decimal): -2798161 or 11488725. OLE color: 11488725.

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

Color convert

RGB 213 77 175 -
CMYK 0 0.64 0.18 0.16
HSL 316.76º 0.62% 0.57% -
HSV(B) 316.76º 0.64% 0.84% -
XYZ 37.83 22.55 42.92 -
YUV 128.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 213 77 175 0 0.64 0.18 0.16 316.76 0.62 0.57
Hex D5 4D AF 0 40 12 10 13D 3E 39
Octal 325 115 257 0 100 22 20 475 76 71
Binary 11010101 1001101 10101111 0 1000000 10010 10000 100111101 111110 111001

Color Harmonies of #D54DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DAF

Black with #D54DAF

Text Example


Text Example

White with #D54DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DAF; }

 p { color: rgb(213,77,175); }

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

background-color css

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

 a { background-color: rgb(213,77,175); }

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

border-color css

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

 span { border-color: rgb(213,77,175); }

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