Html Css Color HEX #D756AE Fuchsia

📋 copy color: '#D756AE'

red 215 ◦ green 86 ◦ blue 174

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

Shades of Fuchsia #D756AE

Tints of Fuchsia #D756AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 45.26%
G = 18.11%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D756AE (or 0xD756AE) is known color: Fuchsia. HEX triplet: D7, 56 and AE. RGB value is (215,86,174). Sum of RGB (Red+Green+Blue) = 215+86+174=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D756AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756AE is #28A951. Grayscale: #868686. Windows color (decimal): -2664786 or 11425495. OLE color: 11425495.

HSL color Cylindrical-coordinate representation of color #D756AE: hue angle of 319.07º 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 #D756AE is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 174 -
CMYK 0 0.6 0.19 0.16
HSL 319.07º 0.62% 0.59% -
HSV(B) 319.07º 0.6% 0.84% -
XYZ 38.99 24.16 42.65 -
YUV 134.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 215 86 174 0 0.6 0.19 0.16 319.07 0.62 0.59
Hex D7 56 AE 0 3C 13 10 13F 3E 3B
Octal 327 126 256 0 74 23 20 477 76 73
Binary 11010111 1010110 10101110 0 111100 10011 10000 100111111 111110 111011

Color Harmonies of #D756AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756AE

Black with #D756AE

Text Example


Text Example

White with #D756AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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