Html Css Color HEX #D166B3 Fuchsia

📋 copy color: '#D166B3'

red 209 ◦ green 102 ◦ blue 179

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

Shades of Fuchsia #D166B3

Tints of Fuchsia #D166B3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.82%

 BLUE value IS 179 (70.31% from 255) = 36.53%

R = 42.65%
G = 20.82%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D166B3 (or 0xD166B3) is known color: Fuchsia. HEX triplet: D1, 66 and B3. RGB value is (209,102,179). Sum of RGB (Red+Green+Blue) = 209+102+179=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D166B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166B3 is #2E994C. Grayscale: #8E8E8E. Windows color (decimal): -3053901 or 11757265. OLE color: 11757265.

HSL color Cylindrical-coordinate representation of color #D166B3: hue angle of 316.82º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D166B3 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 179 -
CMYK 0 0.51 0.14 0.18
HSL 316.82º 0.54% 0.61% -
HSV(B) 316.82º 0.51% 0.82% -
XYZ 39.18 26.31 45.66 -
YUV 142.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 209 102 179 0 0.51 0.14 0.18 316.82 0.54 0.61
Hex D1 66 B3 0 33 E 12 13D 36 3D
Octal 321 146 263 0 63 16 22 475 66 75
Binary 11010001 1100110 10110011 0 110011 1110 10010 100111101 110110 111101

Color Harmonies of #D166B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166B3

Black with #D166B3

Text Example


Text Example

White with #D166B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166B3; }

 p { color: rgb(209,102,179); }

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

background-color css

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

 a { background-color: rgb(209,102,179); }

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

border-color css

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

 span { border-color: rgb(209,102,179); }

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