Html Css Color HEX #D169B4 Fuchsia

📋 copy color: '#D169B4'

red 209 ◦ green 105 ◦ blue 180

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

Shades of Fuchsia #D169B4

Tints of Fuchsia #D169B4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.26%

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

R = 42.31%
G = 21.26%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D169B4 (or 0xD169B4) is known color: Fuchsia. HEX triplet: D1, 69 and B4. RGB value is (209,105,180). Sum of RGB (Red+Green+Blue) = 209+105+180=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D169B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169B4 is #2E964B. Grayscale: #909090. Windows color (decimal): -3053132 or 11823569. OLE color: 11823569.

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

Color convert

RGB 209 105 180 -
CMYK 0 0.50 0.14 0.18
HSL 316.73º 0.53% 0.62% -
HSV(B) 316.73º 0.5% 0.82% -
XYZ 39.58 26.95 46.3 -
YUV 144.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 209 105 180 0 0.50 0.14 0.18 316.73 0.53 0.62
Hex D1 69 B4 0 32 E 12 13D 35 3E
Octal 321 151 264 0 62 16 22 475 65 76
Binary 11010001 1101001 10110100 0 110010 1110 10010 100111101 110101 111110

Color Harmonies of #D169B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D169B4

Black with #D169B4

Text Example


Text Example

White with #D169B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D169B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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