Html Css Color HEX #D164B6 Fuchsia

📋 copy color: '#D164B6'

red 209 ◦ green 100 ◦ blue 182

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

Shades of Fuchsia #D164B6

Tints of Fuchsia #D164B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 42.57%
G = 20.37%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D164B6 (or 0xD164B6) is known color: Fuchsia. HEX triplet: D1, 64 and B6. RGB value is (209,100,182). Sum of RGB (Red+Green+Blue) = 209+100+182=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D164B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164B6 is #2E9B49. Grayscale: #8D8D8D. Windows color (decimal): -3054410 or 11953361. OLE color: 11953361.

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

Color convert

RGB 209 100 182 -
CMYK 0 0.52 0.13 0.18
HSL 314.86º 0.54% 0.61% -
HSV(B) 314.86º 0.52% 0.82% -
XYZ 39.3 26.05 47.21 -
YUV 141.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 209 100 182 0 0.52 0.13 0.18 314.86 0.54 0.61
Hex D1 64 B6 0 34 D 12 13B 36 3D
Octal 321 144 266 0 64 15 22 473 66 75
Binary 11010001 1100100 10110110 0 110100 1101 10010 100111011 110110 111101

Color Harmonies of #D164B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164B6

Black with #D164B6

Text Example


Text Example

White with #D164B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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