Html Css Color HEX #D14AB5 Fuchsia

📋 copy color: '#D14AB5'

red 209 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #D14AB5

Tints of Fuchsia #D14AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 45.04%
G = 15.95%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D14AB5 (or 0xD14AB5) is known color: Fuchsia. HEX triplet: D1, 4A and B5. RGB value is (209,74,181). Sum of RGB (Red+Green+Blue) = 209+74+181=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AB5 is #2EB54A. Grayscale: #7E7E7E. Windows color (decimal): -3061067 or 11881169. OLE color: 11881169.

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

Color convert

RGB 209 74 181 -
CMYK 0 0.65 0.13 0.18
HSL 312.44º 0.59% 0.55% -
HSV(B) 312.44º 0.65% 0.82% -
XYZ 37.08 21.79 45.97 -
YUV 126.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 209 74 181 0 0.65 0.13 0.18 312.44 0.59 0.55
Hex D1 4A B5 0 41 D 12 138 3B 37
Octal 321 112 265 0 101 15 22 470 73 67
Binary 11010001 1001010 10110101 0 1000001 1101 10010 100111000 111011 110111

Color Harmonies of #D14AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AB5

Black with #D14AB5

Text Example


Text Example

White with #D14AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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