Html Css Color HEX #D14AC9 Fuchsia

📋 copy color: '#D14AC9'

red 209 ◦ green 74 ◦ blue 201

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

Shades of Fuchsia #D14AC9

Tints of Fuchsia #D14AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 43.18%
G = 15.29%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D14AC9 (or 0xD14AC9) is known color: Fuchsia. HEX triplet: D1, 4A and C9. RGB value is (209,74,201). Sum of RGB (Red+Green+Blue) = 209+74+201=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AC9 is #2EB536. Grayscale: #808080. Windows color (decimal): -3061047 or 13191889. OLE color: 13191889.

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

Color convert

RGB 209 74 201 -
CMYK 0 0.65 0.04 0.18
HSL 303.56º 0.59% 0.55% -
HSV(B) 303.56º 0.65% 0.82% -
XYZ 39.29 22.67 57.56 -
YUV 128.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 209 74 201 0 0.65 0.04 0.18 303.56 0.59 0.55
Hex D1 4A C9 0 41 4 12 130 3B 37
Octal 321 112 311 0 101 4 22 460 73 67
Binary 11010001 1001010 11001001 0 1000001 100 10010 100110000 111011 110111

Color Harmonies of #D14AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AC9

Black with #D14AC9

Text Example


Text Example

White with #D14AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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