Html Css Color HEX #D161B2 Fuchsia

📋 copy color: '#D161B2'

red 209 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #D161B2

Tints of Fuchsia #D161B2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

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

R = 43.18%
G = 20.04%
B = 36.78%

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

#D161B2 (or 0xD161B2) is known color: Fuchsia. HEX triplet: D1, 61 and B2. RGB value is (209,97,178). Sum of RGB (Red+Green+Blue) = 209+97+178=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D161B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D161B2 is #2E9E4D. Grayscale: #8B8B8B. Windows color (decimal): -3055182 or 11690449. OLE color: 11690449.

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

Color convert

RGB 209 97 178 -
CMYK 0 0.54 0.15 0.18
HSL 316.61º 0.55% 0.6% -
HSV(B) 316.61º 0.54% 0.82% -
XYZ 38.61 25.32 44.97 -
YUV 139.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 209 97 178 0 0.54 0.15 0.18 316.61 0.55 0.6
Hex D1 61 B2 0 36 F 12 13D 37 3C
Octal 321 141 262 0 66 17 22 475 67 74
Binary 11010001 1100001 10110010 0 110110 1111 10010 100111101 110111 111100

Color Harmonies of #D161B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161B2

Black with #D161B2

Text Example


Text Example

White with #D161B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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