Html Css Color HEX #D949AA Mulberry

📋 copy color: '#D949AA'

red 217 ◦ green 73 ◦ blue 170

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

Shades of Mulberry #D949AA

Tints of Mulberry #D949AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.87%

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 47.17%
G = 15.87%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D949AA (or 0xD949AA) is known color: Mulberry. HEX triplet: D9, 49 and AA. RGB value is (217,73,170). Sum of RGB (Red+Green+Blue) = 217+73+170=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D949AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949AA is #26B655. Grayscale: #7E7E7E. Windows color (decimal): -2537046 or 11160025. OLE color: 11160025.

HSL color Cylindrical-coordinate representation of color #D949AA: hue angle of 319.58º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949AA is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 170 -
CMYK 0 0.66 0.22 0.15
HSL 319.58º 0.65% 0.57% -
HSV(B) 319.58º 0.66% 0.85% -
XYZ 38.25 22.42 40.34 -
YUV 127.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 217 73 170 0 0.66 0.22 0.15 319.58 0.65 0.57
Hex D9 49 AA 0 42 16 F 140 41 39
Octal 331 111 252 0 102 26 17 500 101 71
Binary 11011001 1001001 10101010 0 1000010 10110 1111 101000000 1000001 111001

Color Harmonies of #D949AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949AA

Black with #D949AA

Text Example


Text Example

White with #D949AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949AA; }

 p { color: rgb(217,73,170); }

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

background-color css

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

 a { background-color: rgb(217,73,170); }

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

border-color css

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

 span { border-color: rgb(217,73,170); }

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