Html Css Color HEX #D53FAF Fuchsia

📋 copy color: '#D53FAF'

red 213 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #D53FAF

Tints of Fuchsia #D53FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 47.23%
G = 13.97%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D53FAF (or 0xD53FAF) is known color: Fuchsia. HEX triplet: D5, 3F and AF. RGB value is (213,63,175). Sum of RGB (Red+Green+Blue) = 213+63+175=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FAF is #2AC050. Grayscale: #787878. Windows color (decimal): -2801745 or 11485141. OLE color: 11485141.

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

Color convert

RGB 213 63 175 -
CMYK 0 0.70 0.18 0.16
HSL 315.2º 0.64% 0.54% -
HSV(B) 315.2º 0.7% 0.84% -
XYZ 36.96 20.8 42.62 -
YUV 120.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 213 63 175 0 0.70 0.18 0.16 315.2 0.64 0.54
Hex D5 3F AF 0 46 12 10 13B 40 36
Octal 325 77 257 0 106 22 20 473 100 66
Binary 11010101 111111 10101111 0 1000110 10010 10000 100111011 1000000 110110

Color Harmonies of #D53FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FAF

Black with #D53FAF

Text Example


Text Example

White with #D53FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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