Html Css Color HEX #D63ACC Fuchsia

📋 copy color: '#D63ACC'

red 214 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #D63ACC

Tints of Fuchsia #D63ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 44.96%
G = 12.18%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D63ACC (or 0xD63ACC) is known color: Fuchsia. HEX triplet: D6, 3A and CC. RGB value is (214,58,204). Sum of RGB (Red+Green+Blue) = 214+58+204=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ACC is #29C533. Grayscale: #787878. Windows color (decimal): -2737460 or 13384406. OLE color: 13384406.

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

Color convert

RGB 214 58 204 -
CMYK 0 0.73 0.05 0.16
HSL 303.85º 0.66% 0.53% -
HSV(B) 303.85º 0.73% 0.84% -
XYZ 40.14 21.68 59.2 -
YUV 121.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 214 58 204 0 0.73 0.05 0.16 303.85 0.66 0.53
Hex D6 3A CC 0 49 5 10 130 42 35
Octal 326 72 314 0 111 5 20 460 102 65
Binary 11010110 111010 11001100 0 1001001 101 10000 100110000 1000010 110101

Color Harmonies of #D63ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ACC

Black with #D63ACC

Text Example


Text Example

White with #D63ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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