Html Css Color HEX #D8528D Mulberry

📋 copy color: '#D8528D'

red 216 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #D8528D

Tints of Mulberry #D8528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.12%

R = 49.2%
G = 18.68%
B = 32.12%

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

#D8528D (or 0xD8528D) is known color: Mulberry. HEX triplet: D8, 52 and 8D. RGB value is (216,82,141). Sum of RGB (Red+Green+Blue) = 216+82+141=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8528D is #27AD72. Grayscale: #808080. Windows color (decimal): -2600307 or 9261784. OLE color: 9261784.

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

Color convert

RGB 216 82 141 -
CMYK 0 0.62 0.35 0.15
HSL 333.58º 0.63% 0.58% -
HSV(B) 333.58º 0.62% 0.85% -
XYZ 36.14 22.56 27.65 -
YUV 128.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 216 82 141 0 0.62 0.35 0.15 333.58 0.63 0.58
Hex D8 52 8D 0 3E 23 F 14E 3F 3A
Octal 330 122 215 0 76 43 17 516 77 72
Binary 11011000 1010010 10001101 0 111110 100011 1111 101001110 111111 111010

Color Harmonies of #D8528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8528D

Black with #D8528D

Text Example


Text Example

White with #D8528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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