Html Css Color HEX #D856AF Fuchsia

📋 copy color: '#D856AF'

red 216 ◦ green 86 ◦ blue 175

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

Shades of Fuchsia #D856AF

Tints of Fuchsia #D856AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 45.28%
G = 18.03%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D856AF (or 0xD856AF) is known color: Fuchsia. HEX triplet: D8, 56 and AF. RGB value is (216,86,175). Sum of RGB (Red+Green+Blue) = 216+86+175=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D856AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D856AF is #27A950. Grayscale: #868686. Windows color (decimal): -2599249 or 11491032. OLE color: 11491032.

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

Color convert

RGB 216 86 175 -
CMYK 0 0.60 0.19 0.15
HSL 318.92º 0.63% 0.59% -
HSV(B) 318.92º 0.6% 0.85% -
XYZ 39.38 24.35 43.18 -
YUV 135.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 216 86 175 0 0.60 0.19 0.15 318.92 0.63 0.59
Hex D8 56 AF 0 3C 13 F 13F 3E 3B
Octal 330 126 257 0 74 23 17 477 76 73
Binary 11011000 1010110 10101111 0 111100 10011 1111 100111111 111110 111011

Color Harmonies of #D856AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D856AF

Black with #D856AF

Text Example


Text Example

White with #D856AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D856AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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