Html Css Color HEX #D947AD Mulberry

📋 copy color: '#D947AD'

red 217 ◦ green 71 ◦ blue 173

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

Shades of Mulberry #D947AD

Tints of Mulberry #D947AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.4%

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

R = 47.07%
G = 15.4%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D947AD (or 0xD947AD) is known color: Mulberry. HEX triplet: D9, 47 and AD. RGB value is (217,71,173). Sum of RGB (Red+Green+Blue) = 217+71+173=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D947AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947AD is #26B852. Grayscale: #7E7E7E. Windows color (decimal): -2537555 or 11356121. OLE color: 11356121.

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

Color convert

RGB 217 71 173 -
CMYK 0 0.67 0.20 0.15
HSL 318.08º 0.66% 0.56% -
HSV(B) 318.08º 0.67% 0.85% -
XYZ 38.41 22.28 41.81 -
YUV 126.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 217 71 173 0 0.67 0.20 0.15 318.08 0.66 0.56
Hex D9 47 AD 0 43 14 F 13E 42 38
Octal 331 107 255 0 103 24 17 476 102 70
Binary 11011001 1000111 10101101 0 1000011 10100 1111 100111110 1000010 111000

Color Harmonies of #D947AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947AD

Black with #D947AD

Text Example


Text Example

White with #D947AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947AD; }

 p { color: rgb(217,71,173); }

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

background-color css

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

 a { background-color: rgb(217,71,173); }

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

border-color css

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

 span { border-color: rgb(217,71,173); }

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