Html Css Color HEX #D949AC Mulberry

📋 copy color: '#D949AC'

red 217 ◦ green 73 ◦ blue 172

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

Shades of Mulberry #D949AC

Tints of Mulberry #D949AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 46.97%
G = 15.8%
B = 37.23%

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

#D949AC (or 0xD949AC) is known color: Mulberry. HEX triplet: D9, 49 and AC. RGB value is (217,73,172). Sum of RGB (Red+Green+Blue) = 217+73+172=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D949AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949AC is #26B653. Grayscale: #7F7F7F. Windows color (decimal): -2537044 or 11291097. OLE color: 11291097.

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

Color convert

RGB 217 73 172 -
CMYK 0 0.66 0.21 0.15
HSL 318.75º 0.65% 0.57% -
HSV(B) 318.75º 0.66% 0.85% -
XYZ 38.44 22.5 41.35 -
YUV 127.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 217 73 172 0 0.66 0.21 0.15 318.75 0.65 0.57
Hex D9 49 AC 0 42 15 F 13F 41 39
Octal 331 111 254 0 102 25 17 477 101 71
Binary 11011001 1001001 10101100 0 1000010 10101 1111 100111111 1000001 111001

Color Harmonies of #D949AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949AC

Black with #D949AC

Text Example


Text Example

White with #D949AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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