Html Css Color HEX #D14AB9 Fuchsia

📋 copy color: '#D14AB9'

red 209 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #D14AB9

Tints of Fuchsia #D14AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 44.66%
G = 15.81%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D14AB9 (or 0xD14AB9) is known color: Fuchsia. HEX triplet: D1, 4A and B9. RGB value is (209,74,185). Sum of RGB (Red+Green+Blue) = 209+74+185=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AB9 is #2EB546. Grayscale: #7E7E7E. Windows color (decimal): -3061063 or 12143313. OLE color: 12143313.

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

Color convert

RGB 209 74 185 -
CMYK 0 0.65 0.11 0.18
HSL 310.67º 0.59% 0.55% -
HSV(B) 310.67º 0.65% 0.82% -
XYZ 37.5 21.96 48.16 -
YUV 127.02 160.73 186.47 -
System Red Green Blue C M Y K H S L
Decimal 209 74 185 0 0.65 0.11 0.18 310.67 0.59 0.55
Hex D1 4A B9 0 41 B 12 137 3B 37
Octal 321 112 271 0 101 13 22 467 73 67
Binary 11010001 1001010 10111001 0 1000001 1011 10010 100110111 111011 110111

Color Harmonies of #D14AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AB9

Black with #D14AB9

Text Example


Text Example

White with #D14AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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