Html Css Color HEX #D14ABD Fuchsia

📋 copy color: '#D14ABD'

red 209 ◦ green 74 ◦ blue 189

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

Shades of Fuchsia #D14ABD

Tints of Fuchsia #D14ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 44.28%
G = 15.68%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D14ABD (or 0xD14ABD) is known color: Fuchsia. HEX triplet: D1, 4A and BD. RGB value is (209,74,189). Sum of RGB (Red+Green+Blue) = 209+74+189=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ABD is #2EB542. Grayscale: #7F7F7F. Windows color (decimal): -3061059 or 12405457. OLE color: 12405457.

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

Color convert

RGB 209 74 189 -
CMYK 0 0.65 0.10 0.18
HSL 308.89º 0.59% 0.55% -
HSV(B) 308.89º 0.65% 0.82% -
XYZ 37.93 22.13 50.42 -
YUV 127.48 162.73 186.15 -
System Red Green Blue C M Y K H S L
Decimal 209 74 189 0 0.65 0.10 0.18 308.89 0.59 0.55
Hex D1 4A BD 0 41 A 12 135 3B 37
Octal 321 112 275 0 101 12 22 465 73 67
Binary 11010001 1001010 10111101 0 1000001 1010 10010 100110101 111011 110111

Color Harmonies of #D14ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14ABD

Black with #D14ABD

Text Example


Text Example

White with #D14ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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