Html Css Color HEX #D16AB2 Fuchsia

📋 copy color: '#D16AB2'

red 209 ◦ green 106 ◦ blue 178

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

Shades of Fuchsia #D16AB2

Tints of Fuchsia #D16AB2

RGB

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

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

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

R = 42.39%
G = 21.5%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D16AB2 (or 0xD16AB2) is known color: Fuchsia. HEX triplet: D1, 6A and B2. RGB value is (209,106,178). Sum of RGB (Red+Green+Blue) = 209+106+178=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16AB2 is #2E954D. Grayscale: #909090. Windows color (decimal): -3052878 or 11692753. OLE color: 11692753.

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

Color convert

RGB 209 106 178 -
CMYK 0 0.49 0.15 0.18
HSL 318.06º 0.53% 0.62% -
HSV(B) 318.06º 0.49% 0.82% -
XYZ 39.48 27.08 45.26 -
YUV 145.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 209 106 178 0 0.49 0.15 0.18 318.06 0.53 0.62
Hex D1 6A B2 0 31 F 12 13E 35 3E
Octal 321 152 262 0 61 17 22 476 65 76
Binary 11010001 1101010 10110010 0 110001 1111 10010 100111110 110101 111110

Color Harmonies of #D16AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AB2

Black with #D16AB2

Text Example


Text Example

White with #D16AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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