Html Css Color HEX #D16CB5 Fuchsia

📋 copy color: '#D16CB5'

red 209 ◦ green 108 ◦ blue 181

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

Shades of Fuchsia #D16CB5

Tints of Fuchsia #D16CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 41.97%
G = 21.69%
B = 36.35%

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

#D16CB5 (or 0xD16CB5) is known color: Fuchsia. HEX triplet: D1, 6C and B5. RGB value is (209,108,181). Sum of RGB (Red+Green+Blue) = 209+108+181=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CB5 is #2E934A. Grayscale: #929292. Windows color (decimal): -3052363 or 11889873. OLE color: 11889873.

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

Color convert

RGB 209 108 181 -
CMYK 0 0.48 0.13 0.18
HSL 316.63º 0.52% 0.62% -
HSV(B) 316.63º 0.48% 0.82% -
XYZ 40 27.62 46.94 -
YUV 146.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 209 108 181 0 0.48 0.13 0.18 316.63 0.52 0.62
Hex D1 6C B5 0 30 D 12 13D 34 3E
Octal 321 154 265 0 60 15 22 475 64 76
Binary 11010001 1101100 10110101 0 110000 1101 10010 100111101 110100 111110

Color Harmonies of #D16CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CB5

Black with #D16CB5

Text Example


Text Example

White with #D16CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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