Html Css Color HEX #D049A7 Mulberry

📋 copy color: '#D049A7'

red 208 ◦ green 73 ◦ blue 167

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

Shades of Mulberry #D049A7

Tints of Mulberry #D049A7

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

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

 BLUE value IS 167 (65.63% from 255) = 37.28%

R = 46.43%
G = 16.29%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D049A7 (or 0xD049A7) is known color: Mulberry. HEX triplet: D0, 49 and A7. RGB value is (208,73,167). Sum of RGB (Red+Green+Blue) = 208+73+167=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D049A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D049A7 is #2FB658. Grayscale: #7B7B7B. Windows color (decimal): -3126873 or 10963408. OLE color: 10963408.

HSL color Cylindrical-coordinate representation of color #D049A7: hue angle of 318.22º degrees, saturation: 0.59, 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 #D049A7 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 167 -
CMYK 0 0.65 0.20 0.18
HSL 318.22º 0.59% 0.55% -
HSV(B) 318.22º 0.65% 0.82% -
XYZ 35.37 20.97 38.74 -
YUV 124.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 208 73 167 0 0.65 0.20 0.18 318.22 0.59 0.55
Hex D0 49 A7 0 41 14 12 13E 3B 37
Octal 320 111 247 0 101 24 22 476 73 67
Binary 11010000 1001001 10100111 0 1000001 10100 10010 100111110 111011 110111

Color Harmonies of #D049A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049A7

Black with #D049A7

Text Example


Text Example

White with #D049A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049A7; }

 p { color: rgb(208,73,167); }

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

background-color css

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

 a { background-color: rgb(208,73,167); }

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

border-color css

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

 span { border-color: rgb(208,73,167); }

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