Html Css Color HEX #D957AA Mulberry

📋 copy color: '#D957AA'

red 217 ◦ green 87 ◦ blue 170

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

Shades of Mulberry #D957AA

Tints of Mulberry #D957AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

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

R = 45.78%
G = 18.35%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D957AA (or 0xD957AA) is known color: Mulberry. HEX triplet: D9, 57 and AA. RGB value is (217,87,170). Sum of RGB (Red+Green+Blue) = 217+87+170=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D957AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D957AA is #26A855. Grayscale: #878787. Windows color (decimal): -2533462 or 11163609. OLE color: 11163609.

HSL color Cylindrical-coordinate representation of color #D957AA: hue angle of 321.69º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D957AA is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 170 -
CMYK 0 0.60 0.22 0.15
HSL 321.69º 0.63% 0.6% -
HSV(B) 321.69º 0.6% 0.85% -
XYZ 39.28 24.47 40.68 -
YUV 135.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 217 87 170 0 0.60 0.22 0.15 321.69 0.63 0.6
Hex D9 57 AA 0 3C 16 F 142 3F 3C
Octal 331 127 252 0 74 26 17 502 77 74
Binary 11011001 1010111 10101010 0 111100 10110 1111 101000010 111111 111100

Color Harmonies of #D957AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D957AA

Black with #D957AA

Text Example


Text Example

White with #D957AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D957AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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