Html Css Color HEX #D5528D Mulberry

📋 copy color: '#D5528D'

red 213 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #D5528D

Tints of Mulberry #D5528D

RGB

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

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

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

R = 48.85%
G = 18.81%
B = 32.34%

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

#D5528D (or 0xD5528D) is known color: Mulberry. HEX triplet: D5, 52 and 8D. RGB value is (213,82,141). Sum of RGB (Red+Green+Blue) = 213+82+141=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5528D is #2AAD72. Grayscale: #7F7F7F. Windows color (decimal): -2796915 or 9261781. OLE color: 9261781.

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

Color convert

RGB 213 82 141 -
CMYK 0 0.62 0.34 0.16
HSL 332.98º 0.61% 0.58% -
HSV(B) 332.98º 0.62% 0.84% -
XYZ 35.27 22.1 27.61 -
YUV 127.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 213 82 141 0 0.62 0.34 0.16 332.98 0.61 0.58
Hex D5 52 8D 0 3E 22 10 14D 3D 3A
Octal 325 122 215 0 76 42 20 515 75 72
Binary 11010101 1010010 10001101 0 111110 100010 10000 101001101 111101 111010

Color Harmonies of #D5528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5528D

Black with #D5528D

Text Example


Text Example

White with #D5528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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