Html Css Color HEX #D63ACD Fuchsia

📋 copy color: '#D63ACD'

red 214 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #D63ACD

Tints of Fuchsia #D63ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 44.86%
G = 12.16%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D63ACD (or 0xD63ACD) is known color: Fuchsia. HEX triplet: D6, 3A and CD. RGB value is (214,58,205). Sum of RGB (Red+Green+Blue) = 214+58+205=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ACD is #29C532. Grayscale: #787878. Windows color (decimal): -2737459 or 13449942. OLE color: 13449942.

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

Color convert

RGB 214 58 205 -
CMYK 0 0.73 0.04 0.16
HSL 303.46º 0.66% 0.53% -
HSV(B) 303.46º 0.73% 0.84% -
XYZ 40.26 21.73 59.83 -
YUV 121.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 214 58 205 0 0.73 0.04 0.16 303.46 0.66 0.53
Hex D6 3A CD 0 49 4 10 12F 42 35
Octal 326 72 315 0 111 4 20 457 102 65
Binary 11010110 111010 11001101 0 1001001 100 10000 100101111 1000010 110101

Color Harmonies of #D63ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ACD

Black with #D63ACD

Text Example


Text Example

White with #D63ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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