Html Css Color HEX #D756B2 Fuchsia

📋 copy color: '#D756B2'

red 215 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #D756B2

Tints of Fuchsia #D756B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 44.89%
G = 17.95%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D756B2 (or 0xD756B2) is known color: Fuchsia. HEX triplet: D7, 56 and B2. RGB value is (215,86,178). Sum of RGB (Red+Green+Blue) = 215+86+178=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D756B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756B2 is #28A94D. Grayscale: #868686. Windows color (decimal): -2664782 or 11687639. OLE color: 11687639.

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

Color convert

RGB 215 86 178 -
CMYK 0 0.6 0.17 0.16
HSL 317.21º 0.62% 0.59% -
HSV(B) 317.21º 0.6% 0.84% -
XYZ 39.39 24.32 44.74 -
YUV 135.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 215 86 178 0 0.6 0.17 0.16 317.21 0.62 0.59
Hex D7 56 B2 0 3C 11 10 13D 3E 3B
Octal 327 126 262 0 74 21 20 475 76 73
Binary 11010111 1010110 10110010 0 111100 10001 10000 100111101 111110 111011

Color Harmonies of #D756B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756B2

Black with #D756B2

Text Example


Text Example

White with #D756B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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