Html Css Color HEX #D16AB9 Fuchsia

📋 copy color: '#D16AB9'

red 209 ◦ green 106 ◦ blue 185

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

Shades of Fuchsia #D16AB9

Tints of Fuchsia #D16AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

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

R = 41.8%
G = 21.2%
B = 37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D16AB9 (or 0xD16AB9) is known color: Fuchsia. HEX triplet: D1, 6A and B9. RGB value is (209,106,185). Sum of RGB (Red+Green+Blue) = 209+106+185=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AB9 is #2E9546. Grayscale: #919191. Windows color (decimal): -3052871 or 12151505. OLE color: 12151505.

HSL color Cylindrical-coordinate representation of color #D16AB9: hue angle of 313.98º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16AB9 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 185 -
CMYK 0 0.49 0.11 0.18
HSL 313.98º 0.53% 0.62% -
HSV(B) 313.98º 0.49% 0.82% -
XYZ 40.21 27.37 49.06 -
YUV 145.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 209 106 185 0 0.49 0.11 0.18 313.98 0.53 0.62
Hex D1 6A B9 0 31 B 12 13A 35 3E
Octal 321 152 271 0 61 13 22 472 65 76
Binary 11010001 1101010 10111001 0 110001 1011 10010 100111010 110101 111110

Color Harmonies of #D16AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AB9

Black with #D16AB9

Text Example


Text Example

White with #D16AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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