Html Css Color HEX #D16BB4 Fuchsia

📋 copy color: '#D16BB4'

red 209 ◦ green 107 ◦ blue 180

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

Shades of Fuchsia #D16BB4

Tints of Fuchsia #D16BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.57%

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 42.14%
G = 21.57%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D16BB4 (or 0xD16BB4) is known color: Fuchsia. HEX triplet: D1, 6B and B4. RGB value is (209,107,180). Sum of RGB (Red+Green+Blue) = 209+107+180=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BB4 is #2E944B. Grayscale: #919191. Windows color (decimal): -3052620 or 11824081. OLE color: 11824081.

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

Color convert

RGB 209 107 180 -
CMYK 0 0.49 0.14 0.18
HSL 317.06º 0.53% 0.62% -
HSV(B) 317.06º 0.49% 0.82% -
XYZ 39.79 27.37 46.36 -
YUV 145.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 209 107 180 0 0.49 0.14 0.18 317.06 0.53 0.62
Hex D1 6B B4 0 31 E 12 13D 35 3E
Octal 321 153 264 0 61 16 22 475 65 76
Binary 11010001 1101011 10110100 0 110001 1110 10010 100111101 110101 111110

Color Harmonies of #D16BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BB4

Black with #D16BB4

Text Example


Text Example

White with #D16BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BB4; }

 p { color: rgb(209,107,180); }

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

background-color css

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

 a { background-color: rgb(209,107,180); }

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

border-color css

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

 span { border-color: rgb(209,107,180); }

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