Html Css Color HEX #D166B8 Fuchsia

📋 copy color: '#D166B8'

red 209 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #D166B8

Tints of Fuchsia #D166B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.17%

R = 42.22%
G = 20.61%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D166B8 (or 0xD166B8) is known color: Fuchsia. HEX triplet: D1, 66 and B8. RGB value is (209,102,184). Sum of RGB (Red+Green+Blue) = 209+102+184=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D166B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166B8 is #2E9947. Grayscale: #8F8F8F. Windows color (decimal): -3053896 or 12084945. OLE color: 12084945.

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

Color convert

RGB 209 102 184 -
CMYK 0 0.51 0.12 0.18
HSL 314.02º 0.54% 0.61% -
HSV(B) 314.02º 0.51% 0.82% -
XYZ 39.7 26.52 48.37 -
YUV 143.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 209 102 184 0 0.51 0.12 0.18 314.02 0.54 0.61
Hex D1 66 B8 0 33 C 12 13A 36 3D
Octal 321 146 270 0 63 14 22 472 66 75
Binary 11010001 1100110 10111000 0 110011 1100 10010 100111010 110110 111101

Color Harmonies of #D166B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166B8

Black with #D166B8

Text Example


Text Example

White with #D166B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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