Html Css Color HEX #D163AF Fuchsia

📋 copy color: '#D163AF'

red 209 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #D163AF

Tints of Fuchsia #D163AF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 43.27%
G = 20.5%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D163AF (or 0xD163AF) is known color: Fuchsia. HEX triplet: D1, 63 and AF. RGB value is (209,99,175). Sum of RGB (Red+Green+Blue) = 209+99+175=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D163AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163AF is #2E9C50. Grayscale: #8C8C8C. Windows color (decimal): -3054673 or 11494353. OLE color: 11494353.

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

Color convert

RGB 209 99 175 -
CMYK 0 0.53 0.16 0.18
HSL 318.55º 0.54% 0.6% -
HSV(B) 318.55º 0.53% 0.82% -
XYZ 38.49 25.57 43.46 -
YUV 140.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 209 99 175 0 0.53 0.16 0.18 318.55 0.54 0.6
Hex D1 63 AF 0 35 10 12 13F 36 3C
Octal 321 143 257 0 65 20 22 477 66 74
Binary 11010001 1100011 10101111 0 110101 10000 10010 100111111 110110 111100

Color Harmonies of #D163AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163AF

Black with #D163AF

Text Example


Text Example

White with #D163AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163AF; }

 p { color: rgb(209,99,175); }

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

background-color css

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

 a { background-color: rgb(209,99,175); }

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

border-color css

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

 span { border-color: rgb(209,99,175); }

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