Html Css Color HEX #D163B0 Fuchsia

📋 copy color: '#D163B0'

red 209 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #D163B0

Tints of Fuchsia #D163B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 43.18%
G = 20.45%
B = 36.36%

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

#D163B0 (or 0xD163B0) is known color: Fuchsia. HEX triplet: D1, 63 and B0. RGB value is (209,99,176). Sum of RGB (Red+Green+Blue) = 209+99+176=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D163B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163B0 is #2E9C4F. Grayscale: #8C8C8C. Windows color (decimal): -3054672 or 11559889. OLE color: 11559889.

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

Color convert

RGB 209 99 176 -
CMYK 0 0.53 0.16 0.18
HSL 318º 0.54% 0.6% -
HSV(B) 318º 0.53% 0.82% -
XYZ 38.59 25.61 43.98 -
YUV 140.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 209 99 176 0 0.53 0.16 0.18 318 0.54 0.6
Hex D1 63 B0 0 35 10 12 13E 36 3C
Octal 321 143 260 0 65 20 22 476 66 74
Binary 11010001 1100011 10110000 0 110101 10000 10010 100111110 110110 111100

Color Harmonies of #D163B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163B0

Black with #D163B0

Text Example


Text Example

White with #D163B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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