Html Css Color HEX #D63AC5 Fuchsia

📋 copy color: '#D63AC5'

red 214 ◦ green 58 ◦ blue 197

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

Shades of Fuchsia #D63AC5

Tints of Fuchsia #D63AC5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.37%

 BLUE value IS 197 (77.34% from 255) = 42%

R = 45.63%
G = 12.37%
B = 42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D63AC5 (or 0xD63AC5) is known color: Fuchsia. HEX triplet: D6, 3A and C5. RGB value is (214,58,197). Sum of RGB (Red+Green+Blue) = 214+58+197=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AC5 is #29C53A. Grayscale: #787878. Windows color (decimal): -2737467 or 12925654. OLE color: 12925654.

HSL color Cylindrical-coordinate representation of color #D63AC5: hue angle of 306.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AC5 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 197 -
CMYK 0 0.73 0.08 0.16
HSL 306.54º 0.66% 0.53% -
HSV(B) 306.54º 0.73% 0.84% -
XYZ 39.32 21.35 54.87 -
YUV 120.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 214 58 197 0 0.73 0.08 0.16 306.54 0.66 0.53
Hex D6 3A C5 0 49 8 10 133 42 35
Octal 326 72 305 0 111 10 20 463 102 65
Binary 11010110 111010 11000101 0 1001001 1000 10000 100110011 1000010 110101

Color Harmonies of #D63AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AC5

Black with #D63AC5

Text Example


Text Example

White with #D63AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AC5; }

 p { color: rgb(214,58,197); }

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

background-color css

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

 a { background-color: rgb(214,58,197); }

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

border-color css

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

 span { border-color: rgb(214,58,197); }

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