Html Css Color HEX #D163BC Fuchsia

📋 copy color: '#D163BC'

red 209 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #D163BC

Tints of Fuchsia #D163BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 42.14%
G = 19.96%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D163BC (or 0xD163BC) is known color: Fuchsia. HEX triplet: D1, 63 and BC. RGB value is (209,99,188). Sum of RGB (Red+Green+Blue) = 209+99+188=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D163BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163BC is #2E9C43. Grayscale: #8D8D8D. Windows color (decimal): -3054660 or 12346321. OLE color: 12346321.

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

Color convert

RGB 209 99 188 -
CMYK 0 0.53 0.10 0.18
HSL 311.45º 0.54% 0.6% -
HSV(B) 311.45º 0.53% 0.82% -
XYZ 39.83 26.11 50.52 -
YUV 142.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 209 99 188 0 0.53 0.10 0.18 311.45 0.54 0.6
Hex D1 63 BC 0 35 A 12 137 36 3C
Octal 321 143 274 0 65 12 22 467 66 74
Binary 11010001 1100011 10111100 0 110101 1010 10010 100110111 110110 111100

Color Harmonies of #D163BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163BC

Black with #D163BC

Text Example


Text Example

White with #D163BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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