Html Css Color HEX #D9528E Mulberry

📋 copy color: '#D9528E'

red 217 ◦ green 82 ◦ blue 142

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

Shades of Mulberry #D9528E

Tints of Mulberry #D9528E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 49.21%
G = 18.59%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9528E (or 0xD9528E) is known color: Mulberry. HEX triplet: D9, 52 and 8E. RGB value is (217,82,142). Sum of RGB (Red+Green+Blue) = 217+82+142=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9528E is #26AD71. Grayscale: #818181. Windows color (decimal): -2534770 or 9327321. OLE color: 9327321.

HSL color Cylindrical-coordinate representation of color #D9528E: hue angle of 333.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9528E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 142 -
CMYK 0 0.62 0.35 0.15
HSL 333.33º 0.64% 0.59% -
HSV(B) 333.33º 0.62% 0.85% -
XYZ 36.52 22.74 28.06 -
YUV 129.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 217 82 142 0 0.62 0.35 0.15 333.33 0.64 0.59
Hex D9 52 8E 0 3E 23 F 14D 40 3B
Octal 331 122 216 0 76 43 17 515 100 73
Binary 11011001 1010010 10001110 0 111110 100011 1111 101001101 1000000 111011

Color Harmonies of #D9528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9528E

Black with #D9528E

Text Example


Text Example

White with #D9528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9528E; }

 p { color: rgb(217,82,142); }

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

background-color css

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

 a { background-color: rgb(217,82,142); }

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

border-color css

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

 span { border-color: rgb(217,82,142); }

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