Html Css Color HEX #D63DAF Fuchsia

📋 copy color: '#D63DAF'

red 214 ◦ green 61 ◦ blue 175

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

Shades of Fuchsia #D63DAF

Tints of Fuchsia #D63DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.56%

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

R = 47.56%
G = 13.56%
B = 38.89%

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

#D63DAF (or 0xD63DAF) is known color: Fuchsia. HEX triplet: D6, 3D and AF. RGB value is (214,61,175). Sum of RGB (Red+Green+Blue) = 214+61+175=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63DAF is #29C250. Grayscale: #777777. Windows color (decimal): -2736721 or 11484630. OLE color: 11484630.

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

Color convert

RGB 214 61 175 -
CMYK 0 0.71 0.18 0.16
HSL 315.29º 0.65% 0.54% -
HSV(B) 315.29º 0.71% 0.84% -
XYZ 37.14 20.73 42.6 -
YUV 119.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 214 61 175 0 0.71 0.18 0.16 315.29 0.65 0.54
Hex D6 3D AF 0 47 12 10 13B 41 36
Octal 326 75 257 0 107 22 20 473 101 66
Binary 11010110 111101 10101111 0 1000111 10010 10000 100111011 1000001 110110

Color Harmonies of #D63DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DAF

Black with #D63DAF

Text Example


Text Example

White with #D63DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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