Html Css Color HEX #D14AB0 Fuchsia

📋 copy color: '#D14AB0'

red 209 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #D14AB0

Tints of Fuchsia #D14AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 45.53%
G = 16.12%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D14AB0 (or 0xD14AB0) is known color: Fuchsia. HEX triplet: D1, 4A and B0. RGB value is (209,74,176). Sum of RGB (Red+Green+Blue) = 209+74+176=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AB0 is #2EB54F. Grayscale: #7D7D7D. Windows color (decimal): -3061072 or 11553489. OLE color: 11553489.

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

Color convert

RGB 209 74 176 -
CMYK 0 0.65 0.16 0.18
HSL 314.67º 0.59% 0.55% -
HSV(B) 314.67º 0.65% 0.82% -
XYZ 36.58 21.59 43.31 -
YUV 125.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 209 74 176 0 0.65 0.16 0.18 314.67 0.59 0.55
Hex D1 4A B0 0 41 10 12 13B 3B 37
Octal 321 112 260 0 101 20 22 473 73 67
Binary 11010001 1001010 10110000 0 1000001 10000 10010 100111011 111011 110111

Color Harmonies of #D14AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AB0

Black with #D14AB0

Text Example


Text Example

White with #D14AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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