Html Css Color HEX #D14AB2 Fuchsia

📋 copy color: '#D14AB2'

red 209 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #D14AB2

Tints of Fuchsia #D14AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 45.34%
G = 16.05%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D14AB2 (or 0xD14AB2) is known color: Fuchsia. HEX triplet: D1, 4A and B2. RGB value is (209,74,178). Sum of RGB (Red+Green+Blue) = 209+74+178=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AB2 is #2EB54D. Grayscale: #7D7D7D. Windows color (decimal): -3061070 or 11684561. OLE color: 11684561.

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

Color convert

RGB 209 74 178 -
CMYK 0 0.65 0.15 0.18
HSL 313.78º 0.59% 0.55% -
HSV(B) 313.78º 0.65% 0.82% -
XYZ 36.78 21.67 44.36 -
YUV 126.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 209 74 178 0 0.65 0.15 0.18 313.78 0.59 0.55
Hex D1 4A B2 0 41 F 12 13A 3B 37
Octal 321 112 262 0 101 17 22 472 73 67
Binary 11010001 1001010 10110010 0 1000001 1111 10010 100111010 111011 110111

Color Harmonies of #D14AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AB2

Black with #D14AB2

Text Example


Text Example

White with #D14AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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