Html Css Color HEX #D16CB6 Fuchsia

📋 copy color: '#D16CB6'

red 209 ◦ green 108 ◦ blue 182

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

Shades of Fuchsia #D16CB6

Tints of Fuchsia #D16CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 182 (71.48% from 255) = 36.47%

R = 41.88%
G = 21.64%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D16CB6 (or 0xD16CB6) is known color: Fuchsia. HEX triplet: D1, 6C and B6. RGB value is (209,108,182). Sum of RGB (Red+Green+Blue) = 209+108+182=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CB6 is #2E9349. Grayscale: #929292. Windows color (decimal): -3052362 or 11955409. OLE color: 11955409.

HSL color Cylindrical-coordinate representation of color #D16CB6: hue angle of 316.04º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16CB6 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 108 182 -
CMYK 0 0.48 0.13 0.18
HSL 316.04º 0.52% 0.62% -
HSV(B) 316.04º 0.48% 0.82% -
XYZ 40.1 27.66 47.48 -
YUV 146.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 209 108 182 0 0.48 0.13 0.18 316.04 0.52 0.62
Hex D1 6C B6 0 30 D 12 13C 34 3E
Octal 321 154 266 0 60 15 22 474 64 76
Binary 11010001 1101100 10110110 0 110000 1101 10010 100111100 110100 111110

Color Harmonies of #D16CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CB6

Black with #D16CB6

Text Example


Text Example

White with #D16CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CB6; }

 p { color: rgb(209,108,182); }

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

background-color css

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

 a { background-color: rgb(209,108,182); }

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

border-color css

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

 span { border-color: rgb(209,108,182); }

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