Html Css Color HEX #D14AAE Fuchsia

📋 copy color: '#D14AAE'

red 209 ◦ green 74 ◦ blue 174

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

Shades of Fuchsia #D14AAE

Tints of Fuchsia #D14AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 45.73%
G = 16.19%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D14AAE (or 0xD14AAE) is known color: Fuchsia. HEX triplet: D1, 4A and AE. RGB value is (209,74,174). Sum of RGB (Red+Green+Blue) = 209+74+174=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AAE is #2EB551. Grayscale: #7D7D7D. Windows color (decimal): -3061074 or 11422417. OLE color: 11422417.

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

Color convert

RGB 209 74 174 -
CMYK 0 0.65 0.17 0.18
HSL 315.56º 0.59% 0.55% -
HSV(B) 315.56º 0.65% 0.82% -
XYZ 36.38 21.51 42.28 -
YUV 125.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 209 74 174 0 0.65 0.17 0.18 315.56 0.59 0.55
Hex D1 4A AE 0 41 11 12 13C 3B 37
Octal 321 112 256 0 101 21 22 474 73 67
Binary 11010001 1001010 10101110 0 1000001 10001 10010 100111100 111011 110111

Color Harmonies of #D14AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AAE

Black with #D14AAE

Text Example


Text Example

White with #D14AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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