Html Css Color HEX #D9499D Mulberry

📋 copy color: '#D9499D'

red 217 ◦ green 73 ◦ blue 157

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

Shades of Mulberry #D9499D

Tints of Mulberry #D9499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 48.55%
G = 16.33%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9499D (or 0xD9499D) is known color: Mulberry. HEX triplet: D9, 49 and 9D. RGB value is (217,73,157). Sum of RGB (Red+Green+Blue) = 217+73+157=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9499D is #26B662. Grayscale: #7D7D7D. Windows color (decimal): -2537059 or 10308057. OLE color: 10308057.

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

Color convert

RGB 217 73 157 -
CMYK 0 0.66 0.28 0.15
HSL 325º 0.65% 0.57% -
HSV(B) 325º 0.66% 0.85% -
XYZ 37.08 21.95 34.18 -
YUV 125.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 217 73 157 0 0.66 0.28 0.15 325 0.65 0.57
Hex D9 49 9D 0 42 1C F 145 41 39
Octal 331 111 235 0 102 34 17 505 101 71
Binary 11011001 1001001 10011101 0 1000010 11100 1111 101000101 1000001 111001

Color Harmonies of #D9499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9499D

Black with #D9499D

Text Example


Text Example

White with #D9499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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