Html Css Color HEX #D63AC4 Fuchsia

📋 copy color: '#D63AC4'

red 214 ◦ green 58 ◦ blue 196

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

Shades of Fuchsia #D63AC4

Tints of Fuchsia #D63AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.88%

R = 45.73%
G = 12.39%
B = 41.88%

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

#D63AC4 (or 0xD63AC4) is known color: Fuchsia. HEX triplet: D6, 3A and C4. RGB value is (214,58,196). Sum of RGB (Red+Green+Blue) = 214+58+196=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AC4 is #29C53B. Grayscale: #777777. Windows color (decimal): -2737468 or 12860118. OLE color: 12860118.

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

Color convert

RGB 214 58 196 -
CMYK 0 0.73 0.08 0.16
HSL 306.92º 0.66% 0.53% -
HSV(B) 306.92º 0.73% 0.84% -
XYZ 39.21 21.31 54.27 -
YUV 120.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 214 58 196 0 0.73 0.08 0.16 306.92 0.66 0.53
Hex D6 3A C4 0 49 8 10 133 42 35
Octal 326 72 304 0 111 10 20 463 102 65
Binary 11010110 111010 11000100 0 1001001 1000 10000 100110011 1000010 110101

Color Harmonies of #D63AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AC4

Black with #D63AC4

Text Example


Text Example

White with #D63AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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