Html Css Color HEX #D949A4 Mulberry

📋 copy color: '#D949A4'

red 217 ◦ green 73 ◦ blue 164

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

Shades of Mulberry #D949A4

Tints of Mulberry #D949A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 47.8%
G = 16.08%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D949A4 (or 0xD949A4) is known color: Mulberry. HEX triplet: D9, 49 and A4. RGB value is (217,73,164). Sum of RGB (Red+Green+Blue) = 217+73+164=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D949A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949A4 is #26B65B. Grayscale: #7E7E7E. Windows color (decimal): -2537052 or 10766809. OLE color: 10766809.

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

Color convert

RGB 217 73 164 -
CMYK 0 0.66 0.24 0.15
HSL 322.08º 0.65% 0.57% -
HSV(B) 322.08º 0.66% 0.85% -
XYZ 37.7 22.2 37.42 -
YUV 126.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 217 73 164 0 0.66 0.24 0.15 322.08 0.65 0.57
Hex D9 49 A4 0 42 18 F 142 41 39
Octal 331 111 244 0 102 30 17 502 101 71
Binary 11011001 1001001 10100100 0 1000010 11000 1111 101000010 1000001 111001

Color Harmonies of #D949A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949A4

Black with #D949A4

Text Example


Text Example

White with #D949A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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