Html Css Color HEX #D157AA Mulberry

📋 copy color: '#D157AA'

red 209 ◦ green 87 ◦ blue 170

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

Shades of Mulberry #D157AA

Tints of Mulberry #D157AA

RGB

 RED value IS 209 (82.03% from 255) = 44.85%

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

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

R = 44.85%
G = 18.67%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D157AA (or 0xD157AA) is known color: Mulberry. HEX triplet: D1, 57 and AA. RGB value is (209,87,170). Sum of RGB (Red+Green+Blue) = 209+87+170=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D157AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D157AA is #2EA855. Grayscale: #848484. Windows color (decimal): -3057750 or 11163601. OLE color: 11163601.

HSL color Cylindrical-coordinate representation of color #D157AA: hue angle of 319.18º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D157AA is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 87 170 -
CMYK 0 0.58 0.19 0.18
HSL 319.18º 0.57% 0.58% -
HSV(B) 319.18º 0.58% 0.82% -
XYZ 36.96 23.27 40.57 -
YUV 132.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 209 87 170 0 0.58 0.19 0.18 319.18 0.57 0.58
Hex D1 57 AA 0 3A 13 12 13F 39 3A
Octal 321 127 252 0 72 23 22 477 71 72
Binary 11010001 1010111 10101010 0 111010 10011 10010 100111111 111001 111010

Color Harmonies of #D157AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D157AA

Black with #D157AA

Text Example


Text Example

White with #D157AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D157AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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