Html Css Color HEX #D756A8 Mulberry

📋 copy color: '#D756A8'

red 215 ◦ green 86 ◦ blue 168

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

Shades of Mulberry #D756A8

Tints of Mulberry #D756A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.82%

R = 45.84%
G = 18.34%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D756A8 (or 0xD756A8) is known color: Mulberry. HEX triplet: D7, 56 and A8. RGB value is (215,86,168). Sum of RGB (Red+Green+Blue) = 215+86+168=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D756A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756A8 is #28A957. Grayscale: #858585. Windows color (decimal): -2664792 or 11032279. OLE color: 11032279.

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

Color convert

RGB 215 86 168 -
CMYK 0 0.6 0.22 0.16
HSL 321.86º 0.62% 0.59% -
HSV(B) 321.86º 0.6% 0.84% -
XYZ 38.42 23.93 39.64 -
YUV 133.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 215 86 168 0 0.6 0.22 0.16 321.86 0.62 0.59
Hex D7 56 A8 0 3C 16 10 142 3E 3B
Octal 327 126 250 0 74 26 20 502 76 73
Binary 11010111 1010110 10101000 0 111100 10110 10000 101000010 111110 111011

Color Harmonies of #D756A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D756A8

Black with #D756A8

Text Example


Text Example

White with #D756A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D756A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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