Html Css Color HEX #D756BC Fuchsia

📋 copy color: '#D756BC'

red 215 ◦ green 86 ◦ blue 188

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

Shades of Fuchsia #D756BC

Tints of Fuchsia #D756BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 43.97%
G = 17.59%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D756BC (or 0xD756BC) is known color: Fuchsia. HEX triplet: D7, 56 and BC. RGB value is (215,86,188). Sum of RGB (Red+Green+Blue) = 215+86+188=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D756BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756BC is #28A943. Grayscale: #878787. Windows color (decimal): -2664772 or 12342999. OLE color: 12342999.

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

Color convert

RGB 215 86 188 -
CMYK 0 0.6 0.13 0.16
HSL 312.56º 0.62% 0.59% -
HSV(B) 312.56º 0.6% 0.84% -
XYZ 40.43 24.73 50.22 -
YUV 136.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 215 86 188 0 0.6 0.13 0.16 312.56 0.62 0.59
Hex D7 56 BC 0 3C D 10 139 3E 3B
Octal 327 126 274 0 74 15 20 471 76 73
Binary 11010111 1010110 10111100 0 111100 1101 10000 100111001 111110 111011

Color Harmonies of #D756BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756BC

Black with #D756BC

Text Example


Text Example

White with #D756BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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