Html Css Color HEX #D156C0 Fuchsia

📋 copy color: '#D156C0'

red 209 ◦ green 86 ◦ blue 192

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

Shades of Fuchsia #D156C0

Tints of Fuchsia #D156C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 42.92%
G = 17.66%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D156C0 (or 0xD156C0) is known color: Fuchsia. HEX triplet: D1, 56 and C0. RGB value is (209,86,192). Sum of RGB (Red+Green+Blue) = 209+86+192=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D156C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156C0 is #2EA93F. Grayscale: #868686. Windows color (decimal): -3057984 or 12605137. OLE color: 12605137.

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

Color convert

RGB 209 86 192 -
CMYK 0 0.59 0.08 0.18
HSL 308.29º 0.57% 0.58% -
HSV(B) 308.29º 0.59% 0.82% -
XYZ 39.14 24.02 52.44 -
YUV 134.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 209 86 192 0 0.59 0.08 0.18 308.29 0.57 0.58
Hex D1 56 C0 0 3B 8 12 134 39 3A
Octal 321 126 300 0 73 10 22 464 71 72
Binary 11010001 1010110 11000000 0 111011 1000 10010 100110100 111001 111010

Color Harmonies of #D156C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D156C0

Black with #D156C0

Text Example


Text Example

White with #D156C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D156C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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