Html Css Color HEX #D949AB Mulberry

📋 copy color: '#D949AB'

red 217 ◦ green 73 ◦ blue 171

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

Shades of Mulberry #D949AB

Tints of Mulberry #D949AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 47.07%
G = 15.84%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D949AB (or 0xD949AB) is known color: Mulberry. HEX triplet: D9, 49 and AB. RGB value is (217,73,171). Sum of RGB (Red+Green+Blue) = 217+73+171=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D949AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949AB is #26B654. Grayscale: #7E7E7E. Windows color (decimal): -2537045 or 11225561. OLE color: 11225561.

HSL color Cylindrical-coordinate representation of color #D949AB: hue angle of 319.17º 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 #D949AB is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 171 -
CMYK 0 0.66 0.21 0.15
HSL 319.17º 0.65% 0.57% -
HSV(B) 319.17º 0.66% 0.85% -
XYZ 38.35 22.46 40.84 -
YUV 127.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 217 73 171 0 0.66 0.21 0.15 319.17 0.65 0.57
Hex D9 49 AB 0 42 15 F 13F 41 39
Octal 331 111 253 0 102 25 17 477 101 71
Binary 11011001 1001001 10101011 0 1000010 10101 1111 100111111 1000001 111001

Color Harmonies of #D949AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949AB

Black with #D949AB

Text Example


Text Example

White with #D949AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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