Html Css Color HEX #D856BC Fuchsia

📋 copy color: '#D856BC'

red 216 ◦ green 86 ◦ blue 188

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

Shades of Fuchsia #D856BC

Tints of Fuchsia #D856BC

RGB

 RED value IS 216 (84.77% from 255) = 44.08%

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

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

R = 44.08%
G = 17.55%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D856BC (or 0xD856BC) is known color: Fuchsia. HEX triplet: D8, 56 and BC. RGB value is (216,86,188). Sum of RGB (Red+Green+Blue) = 216+86+188=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D856BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856BC is #27A943. Grayscale: #888888. Windows color (decimal): -2599236 or 12343000. OLE color: 12343000.

HSL color Cylindrical-coordinate representation of color #D856BC: hue angle of 312.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D856BC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 188 -
CMYK 0 0.60 0.13 0.15
HSL 312.92º 0.63% 0.59% -
HSV(B) 312.92º 0.6% 0.85% -
XYZ 40.72 24.89 50.23 -
YUV 136.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 216 86 188 0 0.60 0.13 0.15 312.92 0.63 0.59
Hex D8 56 BC 0 3C D F 139 3E 3B
Octal 330 126 274 0 74 15 17 471 76 73
Binary 11011000 1010110 10111100 0 111100 1101 1111 100111001 111110 111011

Color Harmonies of #D856BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D856BC

Black with #D856BC

Text Example


Text Example

White with #D856BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D856BC; }

 p { color: rgb(216,86,188); }

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

background-color css

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

 a { background-color: rgb(216,86,188); }

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

border-color css

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

 span { border-color: rgb(216,86,188); }

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