Html Css Color HEX #D756B1 Fuchsia

📋 copy color: '#D756B1'

red 215 ◦ green 86 ◦ blue 177

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

Shades of Fuchsia #D756B1

Tints of Fuchsia #D756B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 44.98%
G = 17.99%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D756B1 (or 0xD756B1) is known color: Fuchsia. HEX triplet: D7, 56 and B1. RGB value is (215,86,177). Sum of RGB (Red+Green+Blue) = 215+86+177=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D756B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756B1 is #28A94E. Grayscale: #868686. Windows color (decimal): -2664783 or 11622103. OLE color: 11622103.

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

Color convert

RGB 215 86 177 -
CMYK 0 0.6 0.18 0.16
HSL 317.67º 0.62% 0.59% -
HSV(B) 317.67º 0.6% 0.84% -
XYZ 39.29 24.28 44.21 -
YUV 134.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 215 86 177 0 0.6 0.18 0.16 317.67 0.62 0.59
Hex D7 56 B1 0 3C 12 10 13E 3E 3B
Octal 327 126 261 0 74 22 20 476 76 73
Binary 11010111 1010110 10110001 0 111100 10010 10000 100111110 111110 111011

Color Harmonies of #D756B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756B1

Black with #D756B1

Text Example


Text Example

White with #D756B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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