Html Css Color HEX #D956A0 Mulberry

📋 copy color: '#D956A0'

red 217 ◦ green 86 ◦ blue 160

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

Shades of Mulberry #D956A0

Tints of Mulberry #D956A0

RGB

 RED value IS 217 (85.16% from 255) = 46.87%

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

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

R = 46.87%
G = 18.57%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D956A0 (or 0xD956A0) is known color: Mulberry. HEX triplet: D9, 56 and A0. RGB value is (217,86,160). Sum of RGB (Red+Green+Blue) = 217+86+160=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D956A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D956A0 is #26A95F. Grayscale: #858585. Windows color (decimal): -2533728 or 10507993. OLE color: 10507993.

HSL color Cylindrical-coordinate representation of color #D956A0: hue angle of 326.11º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D956A0 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 160 -
CMYK 0 0.60 0.26 0.15
HSL 326.11º 0.63% 0.59% -
HSV(B) 326.11º 0.6% 0.85% -
XYZ 38.29 23.95 35.86 -
YUV 133.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 217 86 160 0 0.60 0.26 0.15 326.11 0.63 0.59
Hex D9 56 A0 0 3C 1A F 146 3F 3B
Octal 331 126 240 0 74 32 17 506 77 73
Binary 11011001 1010110 10100000 0 111100 11010 1111 101000110 111111 111011

Color Harmonies of #D956A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D956A0

Black with #D956A0

Text Example


Text Example

White with #D956A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D956A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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