Html Css Color HEX #D156BB Fuchsia

📋 copy color: '#D156BB'

red 209 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #D156BB

Tints of Fuchsia #D156BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 43.36%
G = 17.84%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D156BB (or 0xD156BB) is known color: Fuchsia. HEX triplet: D1, 56 and BB. RGB value is (209,86,187). Sum of RGB (Red+Green+Blue) = 209+86+187=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D156BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156BB is #2EA944. Grayscale: #868686. Windows color (decimal): -3057989 or 12277457. OLE color: 12277457.

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

Color convert

RGB 209 86 187 -
CMYK 0 0.59 0.11 0.18
HSL 310.73º 0.57% 0.58% -
HSV(B) 310.73º 0.59% 0.82% -
XYZ 38.59 23.8 49.57 -
YUV 134.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 209 86 187 0 0.59 0.11 0.18 310.73 0.57 0.58
Hex D1 56 BB 0 3B B 12 137 39 3A
Octal 321 126 273 0 73 13 22 467 71 72
Binary 11010001 1010110 10111011 0 111011 1011 10010 100110111 111001 111010

Color Harmonies of #D156BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D156BB

Black with #D156BB

Text Example


Text Example

White with #D156BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D156BB; }

 p { color: rgb(209,86,187); }

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

background-color css

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

 a { background-color: rgb(209,86,187); }

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

border-color css

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

 span { border-color: rgb(209,86,187); }

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