Html Css Color HEX #D159BC Fuchsia

📋 copy color: '#D159BC'

red 209 ◦ green 89 ◦ blue 188

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

Shades of Fuchsia #D159BC

Tints of Fuchsia #D159BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.31%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 43%
G = 18.31%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D159BC (or 0xD159BC) is known color: Fuchsia. HEX triplet: D1, 59 and BC. RGB value is (209,89,188). Sum of RGB (Red+Green+Blue) = 209+89+188=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D159BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159BC is #2EA643. Grayscale: #878787. Windows color (decimal): -3057220 or 12343761. OLE color: 12343761.

HSL color Cylindrical-coordinate representation of color #D159BC: hue angle of 310.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D159BC is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 89 188 -
CMYK 0 0.57 0.10 0.18
HSL 310.5º 0.57% 0.58% -
HSV(B) 310.5º 0.57% 0.82% -
XYZ 38.94 24.33 50.22 -
YUV 136.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 209 89 188 0 0.57 0.10 0.18 310.5 0.57 0.58
Hex D1 59 BC 0 39 A 12 136 39 3A
Octal 321 131 274 0 71 12 22 466 71 72
Binary 11010001 1011001 10111100 0 111001 1010 10010 100110110 111001 111010

Color Harmonies of #D159BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159BC

Black with #D159BC

Text Example


Text Example

White with #D159BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159BC; }

 p { color: rgb(209,89,188); }

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

background-color css

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

 a { background-color: rgb(209,89,188); }

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

border-color css

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

 span { border-color: rgb(209,89,188); }

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