Html Css Color HEX #D8529C Mulberry

📋 copy color: '#D8529C'

red 216 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #D8529C

Tints of Mulberry #D8529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 47.58%
G = 18.06%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8529C (or 0xD8529C) is known color: Mulberry. HEX triplet: D8, 52 and 9C. RGB value is (216,82,156). Sum of RGB (Red+Green+Blue) = 216+82+156=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8529C is #27AD63. Grayscale: #828282. Windows color (decimal): -2600292 or 10244824. OLE color: 10244824.

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

Color convert

RGB 216 82 156 -
CMYK 0 0.62 0.28 0.15
HSL 326.87º 0.63% 0.58% -
HSV(B) 326.87º 0.62% 0.85% -
XYZ 37.34 23.03 33.93 -
YUV 130.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 216 82 156 0 0.62 0.28 0.15 326.87 0.63 0.58
Hex D8 52 9C 0 3E 1C F 147 3F 3A
Octal 330 122 234 0 76 34 17 507 77 72
Binary 11011000 1010010 10011100 0 111110 11100 1111 101000111 111111 111010

Color Harmonies of #D8529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8529C

Black with #D8529C

Text Example


Text Example

White with #D8529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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