Html Css Color HEX #D63EAF Fuchsia

📋 copy color: '#D63EAF'

red 214 ◦ green 62 ◦ blue 175

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

Shades of Fuchsia #D63EAF

Tints of Fuchsia #D63EAF

RGB

 RED value IS 214 (83.98% from 255) = 47.45%

 GREEN value IS 62 (24.61% from 255) = 13.75%

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

R = 47.45%
G = 13.75%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D63EAF (or 0xD63EAF) is known color: Fuchsia. HEX triplet: D6, 3E and AF. RGB value is (214,62,175). Sum of RGB (Red+Green+Blue) = 214+62+175=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63EAF is #29C150. Grayscale: #787878. Windows color (decimal): -2736465 or 11484886. OLE color: 11484886.

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

Color convert

RGB 214 62 175 -
CMYK 0 0.71 0.18 0.16
HSL 315.39º 0.65% 0.54% -
HSV(B) 315.39º 0.71% 0.84% -
XYZ 37.19 20.84 42.62 -
YUV 120.33 158.86 194.81 -
System Red Green Blue C M Y K H S L
Decimal 214 62 175 0 0.71 0.18 0.16 315.39 0.65 0.54
Hex D6 3E AF 0 47 12 10 13B 41 36
Octal 326 76 257 0 107 22 20 473 101 66
Binary 11010110 111110 10101111 0 1000111 10010 10000 100111011 1000001 110110

Color Harmonies of #D63EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EAF

Black with #D63EAF

Text Example


Text Example

White with #D63EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EAF; }

 p { color: rgb(214,62,175); }

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

background-color css

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

 a { background-color: rgb(214,62,175); }

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

border-color css

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

 span { border-color: rgb(214,62,175); }

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