Html Css Color HEX #D161C0 Fuchsia

📋 copy color: '#D161C0'

red 209 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #D161C0

Tints of Fuchsia #D161C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 41.97%
G = 19.48%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D161C0 (or 0xD161C0) is known color: Fuchsia. HEX triplet: D1, 61 and C0. RGB value is (209,97,192). Sum of RGB (Red+Green+Blue) = 209+97+192=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D161C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161C0 is #2E9E3F. Grayscale: #8D8D8D. Windows color (decimal): -3055168 or 12607953. OLE color: 12607953.

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

Color convert

RGB 209 97 192 -
CMYK 0 0.54 0.08 0.18
HSL 309.11º 0.55% 0.6% -
HSV(B) 309.11º 0.54% 0.82% -
XYZ 40.08 25.91 52.76 -
YUV 141.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 209 97 192 0 0.54 0.08 0.18 309.11 0.55 0.6
Hex D1 61 C0 0 36 8 12 135 37 3C
Octal 321 141 300 0 66 10 22 465 67 74
Binary 11010001 1100001 11000000 0 110110 1000 10010 100110101 110111 111100

Color Harmonies of #D161C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161C0

Black with #D161C0

Text Example


Text Example

White with #D161C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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