Html Css Color HEX #D8528C Mulberry

📋 copy color: '#D8528C'

red 216 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #D8528C

Tints of Mulberry #D8528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 49.32%
G = 18.72%
B = 31.96%

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

#D8528C (or 0xD8528C) is known color: Mulberry. HEX triplet: D8, 52 and 8C. RGB value is (216,82,140). Sum of RGB (Red+Green+Blue) = 216+82+140=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8528C is #27AD73. Grayscale: #808080. Windows color (decimal): -2600308 or 9196248. OLE color: 9196248.

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

Color convert

RGB 216 82 140 -
CMYK 0 0.62 0.35 0.15
HSL 334.03º 0.63% 0.58% -
HSV(B) 334.03º 0.62% 0.85% -
XYZ 36.07 22.53 27.26 -
YUV 128.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 216 82 140 0 0.62 0.35 0.15 334.03 0.63 0.58
Hex D8 52 8C 0 3E 23 F 14E 3F 3A
Octal 330 122 214 0 76 43 17 516 77 72
Binary 11011000 1010010 10001100 0 111110 100011 1111 101001110 111111 111010

Color Harmonies of #D8528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8528C

Black with #D8528C

Text Example


Text Example

White with #D8528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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