Html Css Color HEX #D947AA Mulberry

📋 copy color: '#D947AA'

red 217 ◦ green 71 ◦ blue 170

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

Shades of Mulberry #D947AA

Tints of Mulberry #D947AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 47.38%
G = 15.5%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D947AA (or 0xD947AA) is known color: Mulberry. HEX triplet: D9, 47 and AA. RGB value is (217,71,170). Sum of RGB (Red+Green+Blue) = 217+71+170=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D947AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947AA is #26B855. Grayscale: #7D7D7D. Windows color (decimal): -2537558 or 11159513. OLE color: 11159513.

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

Color convert

RGB 217 71 170 -
CMYK 0 0.67 0.22 0.15
HSL 319.32º 0.66% 0.56% -
HSV(B) 319.32º 0.67% 0.85% -
XYZ 38.12 22.16 40.3 -
YUV 125.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 217 71 170 0 0.67 0.22 0.15 319.32 0.66 0.56
Hex D9 47 AA 0 43 16 F 13F 42 38
Octal 331 107 252 0 103 26 17 477 102 70
Binary 11011001 1000111 10101010 0 1000011 10110 1111 100111111 1000010 111000

Color Harmonies of #D947AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947AA

Black with #D947AA

Text Example


Text Example

White with #D947AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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