Html Css Color HEX #D166BB Fuchsia

📋 copy color: '#D166BB'

red 209 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #D166BB

Tints of Fuchsia #D166BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 41.97%
G = 20.48%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D166BB (or 0xD166BB) is known color: Fuchsia. HEX triplet: D1, 66 and BB. RGB value is (209,102,187). Sum of RGB (Red+Green+Blue) = 209+102+187=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D166BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166BB is #2E9944. Grayscale: #8F8F8F. Windows color (decimal): -3053893 or 12281553. OLE color: 12281553.

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

Color convert

RGB 209 102 187 -
CMYK 0 0.51 0.11 0.18
HSL 312.34º 0.54% 0.61% -
HSV(B) 312.34º 0.51% 0.82% -
XYZ 40.02 26.65 50.05 -
YUV 143.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 209 102 187 0 0.51 0.11 0.18 312.34 0.54 0.61
Hex D1 66 BB 0 33 B 12 138 36 3D
Octal 321 146 273 0 63 13 22 470 66 75
Binary 11010001 1100110 10111011 0 110011 1011 10010 100111000 110110 111101

Color Harmonies of #D166BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166BB

Black with #D166BB

Text Example


Text Example

White with #D166BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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