Html Css Color HEX #D16AB7 Fuchsia

📋 copy color: '#D16AB7'

red 209 ◦ green 106 ◦ blue 183

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

Shades of Fuchsia #D16AB7

Tints of Fuchsia #D16AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 41.97%
G = 21.29%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D16AB7 (or 0xD16AB7) is known color: Fuchsia. HEX triplet: D1, 6A and B7. RGB value is (209,106,183). Sum of RGB (Red+Green+Blue) = 209+106+183=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AB7 is #2E9548. Grayscale: #919191. Windows color (decimal): -3052873 or 12020433. OLE color: 12020433.

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

Color convert

RGB 209 106 183 -
CMYK 0 0.49 0.12 0.18
HSL 315.15º 0.53% 0.62% -
HSV(B) 315.15º 0.49% 0.82% -
XYZ 40 27.28 47.96 -
YUV 145.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 209 106 183 0 0.49 0.12 0.18 315.15 0.53 0.62
Hex D1 6A B7 0 31 C 12 13B 35 3E
Octal 321 152 267 0 61 14 22 473 65 76
Binary 11010001 1101010 10110111 0 110001 1100 10010 100111011 110101 111110

Color Harmonies of #D16AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AB7

Black with #D16AB7

Text Example


Text Example

White with #D16AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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