Html Css Color HEX #D149A5 Mulberry

📋 copy color: '#D149A5'

red 209 ◦ green 73 ◦ blue 165

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

Shades of Mulberry #D149A5

Tints of Mulberry #D149A5

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

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

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 46.76%
G = 16.33%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D149A5 (or 0xD149A5) is known color: Mulberry. HEX triplet: D1, 49 and A5. RGB value is (209,73,165). Sum of RGB (Red+Green+Blue) = 209+73+165=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D149A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149A5 is #2EB65A. Grayscale: #7B7B7B. Windows color (decimal): -3061339 or 10832337. OLE color: 10832337.

HSL color Cylindrical-coordinate representation of color #D149A5: hue angle of 319.41º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D149A5 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 165 -
CMYK 0 0.65 0.21 0.18
HSL 319.41º 0.6% 0.55% -
HSV(B) 319.41º 0.65% 0.82% -
XYZ 35.47 21.04 37.79 -
YUV 124.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 209 73 165 0 0.65 0.21 0.18 319.41 0.6 0.55
Hex D1 49 A5 0 41 15 12 13F 3C 37
Octal 321 111 245 0 101 25 22 477 74 67
Binary 11010001 1001001 10100101 0 1000001 10101 10010 100111111 111100 110111

Color Harmonies of #D149A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149A5

Black with #D149A5

Text Example


Text Example

White with #D149A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149A5; }

 p { color: rgb(209,73,165); }

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

background-color css

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

 a { background-color: rgb(209,73,165); }

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

border-color css

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

 span { border-color: rgb(209,73,165); }

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