Html Css Color HEX #D164B7 Fuchsia

📋 copy color: '#D164B7'

red 209 ◦ green 100 ◦ blue 183

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

Shades of Fuchsia #D164B7

Tints of Fuchsia #D164B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 42.48%
G = 20.33%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D164B7 (or 0xD164B7) is known color: Fuchsia. HEX triplet: D1, 64 and B7. RGB value is (209,100,183). Sum of RGB (Red+Green+Blue) = 209+100+183=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D164B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164B7 is #2E9B48. Grayscale: #8D8D8D. Windows color (decimal): -3054409 or 12018897. OLE color: 12018897.

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

Color convert

RGB 209 100 183 -
CMYK 0 0.52 0.12 0.18
HSL 314.31º 0.54% 0.61% -
HSV(B) 314.31º 0.52% 0.82% -
XYZ 39.4 26.09 47.76 -
YUV 142.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 209 100 183 0 0.52 0.12 0.18 314.31 0.54 0.61
Hex D1 64 B7 0 34 C 12 13A 36 3D
Octal 321 144 267 0 64 14 22 472 66 75
Binary 11010001 1100100 10110111 0 110100 1100 10010 100111010 110110 111101

Color Harmonies of #D164B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164B7

Black with #D164B7

Text Example


Text Example

White with #D164B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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