Html Css Color HEX #D856BE Fuchsia

📋 copy color: '#D856BE'

red 216 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #D856BE

Tints of Fuchsia #D856BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 43.9%
G = 17.48%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D856BE (or 0xD856BE) is known color: Fuchsia. HEX triplet: D8, 56 and BE. RGB value is (216,86,190). Sum of RGB (Red+Green+Blue) = 216+86+190=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D856BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856BE is #27A941. Grayscale: #888888. Windows color (decimal): -2599234 or 12474072. OLE color: 12474072.

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

Color convert

RGB 216 86 190 -
CMYK 0 0.60 0.12 0.15
HSL 312º 0.63% 0.59% -
HSV(B) 312º 0.6% 0.85% -
XYZ 40.94 24.97 51.38 -
YUV 136.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 216 86 190 0 0.60 0.12 0.15 312 0.63 0.59
Hex D8 56 BE 0 3C C F 138 3E 3B
Octal 330 126 276 0 74 14 17 470 76 73
Binary 11011000 1010110 10111110 0 111100 1100 1111 100111000 111110 111011

Color Harmonies of #D856BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D856BE

Black with #D856BE

Text Example


Text Example

White with #D856BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D856BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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