Html Css Color HEX #D5528C Mulberry

📋 copy color: '#D5528C'

red 213 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #D5528C

Tints of Mulberry #D5528C

RGB

 RED value IS 213 (83.59% from 255) = 48.97%

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

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

R = 48.97%
G = 18.85%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5528C (or 0xD5528C) is known color: Mulberry. HEX triplet: D5, 52 and 8C. RGB value is (213,82,140). Sum of RGB (Red+Green+Blue) = 213+82+140=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5528C is #2AAD73. Grayscale: #7F7F7F. Windows color (decimal): -2796916 or 9196245. OLE color: 9196245.

HSL color Cylindrical-coordinate representation of color #D5528C: hue angle of 333.44º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5528C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 140 -
CMYK 0 0.62 0.34 0.16
HSL 333.44º 0.61% 0.58% -
HSV(B) 333.44º 0.62% 0.84% -
XYZ 35.19 22.07 27.22 -
YUV 127.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 213 82 140 0 0.62 0.34 0.16 333.44 0.61 0.58
Hex D5 52 8C 0 3E 22 10 14D 3D 3A
Octal 325 122 214 0 76 42 20 515 75 72
Binary 11010101 1010010 10001100 0 111110 100010 10000 101001101 111101 111010

Color Harmonies of #D5528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5528C

Black with #D5528C

Text Example


Text Example

White with #D5528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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