Html Css Color HEX #D156B2 Fuchsia

📋 copy color: '#D156B2'

red 209 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #D156B2

Tints of Fuchsia #D156B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 44.19%
G = 18.18%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D156B2 (or 0xD156B2) is known color: Fuchsia. HEX triplet: D1, 56 and B2. RGB value is (209,86,178). Sum of RGB (Red+Green+Blue) = 209+86+178=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D156B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156B2 is #2EA94D. Grayscale: #858585. Windows color (decimal): -3057998 or 11687633. OLE color: 11687633.

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

Color convert

RGB 209 86 178 -
CMYK 0 0.59 0.15 0.18
HSL 315.12º 0.57% 0.58% -
HSV(B) 315.12º 0.59% 0.82% -
XYZ 37.66 23.43 44.66 -
YUV 133.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 209 86 178 0 0.59 0.15 0.18 315.12 0.57 0.58
Hex D1 56 B2 0 3B F 12 13B 39 3A
Octal 321 126 262 0 73 17 22 473 71 72
Binary 11010001 1010110 10110010 0 111011 1111 10010 100111011 111001 111010

Color Harmonies of #D156B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D156B2

Black with #D156B2

Text Example


Text Example

White with #D156B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D156B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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