Html Css Color HEX #D161B9 Fuchsia

📋 copy color: '#D161B9'

red 209 ◦ green 97 ◦ blue 185

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

Shades of Fuchsia #D161B9

Tints of Fuchsia #D161B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 42.57%
G = 19.76%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D161B9 (or 0xD161B9) is known color: Fuchsia. HEX triplet: D1, 61 and B9. RGB value is (209,97,185). Sum of RGB (Red+Green+Blue) = 209+97+185=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D161B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161B9 is #2E9E46. Grayscale: #8C8C8C. Windows color (decimal): -3055175 or 12149201. OLE color: 12149201.

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

Color convert

RGB 209 97 185 -
CMYK 0 0.54 0.11 0.18
HSL 312.86º 0.55% 0.6% -
HSV(B) 312.86º 0.54% 0.82% -
XYZ 39.33 25.61 48.77 -
YUV 140.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 209 97 185 0 0.54 0.11 0.18 312.86 0.55 0.6
Hex D1 61 B9 0 36 B 12 139 37 3C
Octal 321 141 271 0 66 13 22 471 67 74
Binary 11010001 1100001 10111001 0 110110 1011 10010 100111001 110111 111100

Color Harmonies of #D161B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161B9

Black with #D161B9

Text Example


Text Example

White with #D161B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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