Html Css Color HEX #D949A8 Mulberry

📋 copy color: '#D949A8'

red 217 ◦ green 73 ◦ blue 168

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

Shades of Mulberry #D949A8

Tints of Mulberry #D949A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 47.38%
G = 15.94%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D949A8 (or 0xD949A8) is known color: Mulberry. HEX triplet: D9, 49 and A8. RGB value is (217,73,168). Sum of RGB (Red+Green+Blue) = 217+73+168=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D949A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949A8 is #26B657. Grayscale: #7E7E7E. Windows color (decimal): -2537048 or 11028953. OLE color: 11028953.

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

Color convert

RGB 217 73 168 -
CMYK 0 0.66 0.23 0.15
HSL 320.42º 0.65% 0.57% -
HSV(B) 320.42º 0.66% 0.85% -
XYZ 38.07 22.34 39.35 -
YUV 126.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 217 73 168 0 0.66 0.23 0.15 320.42 0.65 0.57
Hex D9 49 A8 0 42 17 F 140 41 39
Octal 331 111 250 0 102 27 17 500 101 71
Binary 11011001 1001001 10101000 0 1000010 10111 1111 101000000 1000001 111001

Color Harmonies of #D949A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949A8

Black with #D949A8

Text Example


Text Example

White with #D949A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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