Html Css Color HEX #D14ACE Fuchsia

📋 copy color: '#D14ACE'

red 209 ◦ green 74 ◦ blue 206

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

Shades of Fuchsia #D14ACE

Tints of Fuchsia #D14ACE

RGB

 RED value IS 209 (82.03% from 255) = 42.74%

 GREEN value IS 74 (29.3% from 255) = 15.13%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 42.74%
G = 15.13%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D14ACE (or 0xD14ACE) is known color: Fuchsia. HEX triplet: D1, 4A and CE. RGB value is (209,74,206). Sum of RGB (Red+Green+Blue) = 209+74+206=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ACE is #2EB531. Grayscale: #818181. Windows color (decimal): -3061042 or 13519569. OLE color: 13519569.

HSL color Cylindrical-coordinate representation of color #D14ACE: hue angle of 301.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14ACE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 74 206 -
CMYK 0 0.65 0.01 0.18
HSL 301.33º 0.59% 0.55% -
HSV(B) 301.33º 0.65% 0.82% -
XYZ 39.88 22.91 60.71 -
YUV 129.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 209 74 206 0 0.65 0.01 0.18 301.33 0.59 0.55
Hex D1 4A CE 0 41 1 12 12D 3B 37
Octal 321 112 316 0 101 1 22 455 73 67
Binary 11010001 1001010 11001110 0 1000001 1 10010 100101101 111011 110111

Color Harmonies of #D14ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14ACE

Black with #D14ACE

Text Example


Text Example

White with #D14ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14ACE; }

 p { color: rgb(209,74,206); }

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

background-color css

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

 a { background-color: rgb(209,74,206); }

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

border-color css

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

 span { border-color: rgb(209,74,206); }

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