Html Css Color HEX #D8529A Mulberry

📋 copy color: '#D8529A'

red 216 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #D8529A

Tints of Mulberry #D8529A

RGB

 RED value IS 216 (84.77% from 255) = 47.79%

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

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 47.79%
G = 18.14%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8529A (or 0xD8529A) is known color: Mulberry. HEX triplet: D8, 52 and 9A. RGB value is (216,82,154). Sum of RGB (Red+Green+Blue) = 216+82+154=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8529A is #27AD65. Grayscale: #828282. Windows color (decimal): -2600294 or 10113752. OLE color: 10113752.

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

Color convert

RGB 216 82 154 -
CMYK 0 0.62 0.29 0.15
HSL 327.76º 0.63% 0.58% -
HSV(B) 327.76º 0.62% 0.85% -
XYZ 37.17 22.97 33.05 -
YUV 130.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 216 82 154 0 0.62 0.29 0.15 327.76 0.63 0.58
Hex D8 52 9A 0 3E 1D F 148 3F 3A
Octal 330 122 232 0 76 35 17 510 77 72
Binary 11011000 1010010 10011010 0 111110 11101 1111 101001000 111111 111010

Color Harmonies of #D8529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8529A

Black with #D8529A

Text Example


Text Example

White with #D8529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8529A; }

 p { color: rgb(216,82,154); }

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

background-color css

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

 a { background-color: rgb(216,82,154); }

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

border-color css

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

 span { border-color: rgb(216,82,154); }

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