Html Css Color HEX #D164BB Fuchsia

📋 copy color: '#D164BB'

red 209 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #D164BB

Tints of Fuchsia #D164BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.16%

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

R = 42.14%
G = 20.16%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D164BB (or 0xD164BB) is known color: Fuchsia. HEX triplet: D1, 64 and BB. RGB value is (209,100,187). Sum of RGB (Red+Green+Blue) = 209+100+187=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D164BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164BB is #2E9B44. Grayscale: #8E8E8E. Windows color (decimal): -3054405 or 12281041. OLE color: 12281041.

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

Color convert

RGB 209 100 187 -
CMYK 0 0.52 0.11 0.18
HSL 312.11º 0.54% 0.61% -
HSV(B) 312.11º 0.52% 0.82% -
XYZ 39.82 26.26 49.98 -
YUV 142.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 209 100 187 0 0.52 0.11 0.18 312.11 0.54 0.61
Hex D1 64 BB 0 34 B 12 138 36 3D
Octal 321 144 273 0 64 13 22 470 66 75
Binary 11010001 1100100 10111011 0 110100 1011 10010 100111000 110110 111101

Color Harmonies of #D164BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164BB

Black with #D164BB

Text Example


Text Example

White with #D164BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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