Html Css Color HEX #D160B2 Fuchsia

📋 copy color: '#D160B2'

red 209 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #D160B2

Tints of Fuchsia #D160B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.88%

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 43.27%
G = 19.88%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D160B2 (or 0xD160B2) is known color: Fuchsia. HEX triplet: D1, 60 and B2. RGB value is (209,96,178). Sum of RGB (Red+Green+Blue) = 209+96+178=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D160B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D160B2 is #2E9F4D. Grayscale: #8A8A8A. Windows color (decimal): -3055438 or 11690193. OLE color: 11690193.

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

Color convert

RGB 209 96 178 -
CMYK 0 0.54 0.15 0.18
HSL 316.46º 0.55% 0.6% -
HSV(B) 316.46º 0.54% 0.82% -
XYZ 38.51 25.14 44.94 -
YUV 139.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 209 96 178 0 0.54 0.15 0.18 316.46 0.55 0.6
Hex D1 60 B2 0 36 F 12 13C 37 3C
Octal 321 140 262 0 66 17 22 474 67 74
Binary 11010001 1100000 10110010 0 110110 1111 10010 100111100 110111 111100

Color Harmonies of #D160B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160B2

Black with #D160B2

Text Example


Text Example

White with #D160B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160B2; }

 p { color: rgb(209,96,178); }

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

background-color css

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

 a { background-color: rgb(209,96,178); }

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

border-color css

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

 span { border-color: rgb(209,96,178); }

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