Html Css Color HEX #D756A0 Mulberry

📋 copy color: '#D756A0'

red 215 ◦ green 86 ◦ blue 160

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

Shades of Mulberry #D756A0

Tints of Mulberry #D756A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 46.64%
G = 18.66%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D756A0 (or 0xD756A0) is known color: Mulberry. HEX triplet: D7, 56 and A0. RGB value is (215,86,160). Sum of RGB (Red+Green+Blue) = 215+86+160=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D756A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756A0 is #28A95F. Grayscale: #848484. Windows color (decimal): -2664800 or 10507991. OLE color: 10507991.

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

Color convert

RGB 215 86 160 -
CMYK 0 0.6 0.26 0.16
HSL 325.58º 0.62% 0.59% -
HSV(B) 325.58º 0.6% 0.84% -
XYZ 37.7 23.64 35.83 -
YUV 133.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 215 86 160 0 0.6 0.26 0.16 325.58 0.62 0.59
Hex D7 56 A0 0 3C 1A 10 146 3E 3B
Octal 327 126 240 0 74 32 20 506 76 73
Binary 11010111 1010110 10100000 0 111100 11010 10000 101000110 111110 111011

Color Harmonies of #D756A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756A0

Black with #D756A0

Text Example


Text Example

White with #D756A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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