Html Css Color HEX #D749AD Mulberry

📋 copy color: '#D749AD'

red 215 ◦ green 73 ◦ blue 173

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

Shades of Mulberry #D749AD

Tints of Mulberry #D749AD

RGB

 RED value IS 215 (84.38% from 255) = 46.64%

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 46.64%
G = 15.84%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D749AD (or 0xD749AD) is known color: Mulberry. HEX triplet: D7, 49 and AD. RGB value is (215,73,173). Sum of RGB (Red+Green+Blue) = 215+73+173=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D749AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D749AD is #28B652. Grayscale: #7E7E7E. Windows color (decimal): -2668115 or 11356631. OLE color: 11356631.

HSL color Cylindrical-coordinate representation of color #D749AD: hue angle of 317.75º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749AD is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 173 -
CMYK 0 0.66 0.20 0.16
HSL 317.75º 0.64% 0.56% -
HSV(B) 317.75º 0.66% 0.84% -
XYZ 37.95 22.23 41.83 -
YUV 126.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 215 73 173 0 0.66 0.20 0.16 317.75 0.64 0.56
Hex D7 49 AD 0 42 14 10 13E 40 38
Octal 327 111 255 0 102 24 20 476 100 70
Binary 11010111 1001001 10101101 0 1000010 10100 10000 100111110 1000000 111000

Color Harmonies of #D749AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749AD

Black with #D749AD

Text Example


Text Example

White with #D749AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749AD; }

 p { color: rgb(215,73,173); }

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

background-color css

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

 a { background-color: rgb(215,73,173); }

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

border-color css

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

 span { border-color: rgb(215,73,173); }

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