Html Css Color HEX #D163B7 Fuchsia

📋 copy color: '#D163B7'

red 209 ◦ green 99 ◦ blue 183

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

Shades of Fuchsia #D163B7

Tints of Fuchsia #D163B7

RGB

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

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

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

R = 42.57%
G = 20.16%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D163B7 (or 0xD163B7) is known color: Fuchsia. HEX triplet: D1, 63 and B7. RGB value is (209,99,183). Sum of RGB (Red+Green+Blue) = 209+99+183=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D163B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163B7 is #2E9C48. Grayscale: #8D8D8D. Windows color (decimal): -3054665 or 12018641. OLE color: 12018641.

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

Color convert

RGB 209 99 183 -
CMYK 0 0.53 0.12 0.18
HSL 314.18º 0.54% 0.6% -
HSV(B) 314.18º 0.53% 0.82% -
XYZ 39.3 25.9 47.73 -
YUV 141.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 209 99 183 0 0.53 0.12 0.18 314.18 0.54 0.6
Hex D1 63 B7 0 35 C 12 13A 36 3C
Octal 321 143 267 0 65 14 22 472 66 74
Binary 11010001 1100011 10110111 0 110101 1100 10010 100111010 110110 111100

Color Harmonies of #D163B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D163B7

Black with #D163B7

Text Example


Text Example

White with #D163B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D163B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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