Html Css Color HEX #D9529E Mulberry

📋 copy color: '#D9529E'

red 217 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #D9529E

Tints of Mulberry #D9529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 47.48%
G = 17.94%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9529E (or 0xD9529E) is known color: Mulberry. HEX triplet: D9, 52 and 9E. RGB value is (217,82,158). Sum of RGB (Red+Green+Blue) = 217+82+158=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9529E is #26AD61. Grayscale: #828282. Windows color (decimal): -2534754 or 10375897. OLE color: 10375897.

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

Color convert

RGB 217 82 158 -
CMYK 0 0.62 0.27 0.15
HSL 326.22º 0.64% 0.59% -
HSV(B) 326.22º 0.62% 0.85% -
XYZ 37.8 23.25 34.84 -
YUV 131.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 217 82 158 0 0.62 0.27 0.15 326.22 0.64 0.59
Hex D9 52 9E 0 3E 1B F 146 40 3B
Octal 331 122 236 0 76 33 17 506 100 73
Binary 11011001 1010010 10011110 0 111110 11011 1111 101000110 1000000 111011

Color Harmonies of #D9529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9529E

Black with #D9529E

Text Example


Text Example

White with #D9529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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