Html Css Color HEX #D756AD Fuchsia

📋 copy color: '#D756AD'

red 215 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #D756AD

Tints of Fuchsia #D756AD

RGB

 RED value IS 215 (84.38% from 255) = 45.36%

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

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 45.36%
G = 18.14%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D756AD (or 0xD756AD) is known color: Fuchsia. HEX triplet: D7, 56 and AD. RGB value is (215,86,173). Sum of RGB (Red+Green+Blue) = 215+86+173=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D756AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756AD is #28A952. Grayscale: #868686. Windows color (decimal): -2664787 or 11359959. OLE color: 11359959.

HSL color Cylindrical-coordinate representation of color #D756AD: hue angle of 319.53º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D756AD is Cyan = 0, Magento = 0.6, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 173 -
CMYK 0 0.6 0.20 0.16
HSL 319.53º 0.62% 0.59% -
HSV(B) 319.53º 0.6% 0.84% -
XYZ 38.89 24.12 42.14 -
YUV 134.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 215 86 173 0 0.6 0.20 0.16 319.53 0.62 0.59
Hex D7 56 AD 0 3C 14 10 140 3E 3B
Octal 327 126 255 0 74 24 20 500 76 73
Binary 11010111 1010110 10101101 0 111100 10100 10000 101000000 111110 111011

Color Harmonies of #D756AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756AD

Black with #D756AD

Text Example


Text Example

White with #D756AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756AD; }

 p { color: rgb(215,86,173); }

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

background-color css

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

 a { background-color: rgb(215,86,173); }

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

border-color css

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

 span { border-color: rgb(215,86,173); }

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