Html Css Color HEX #D5529E Mulberry

📋 copy color: '#D5529E'

red 213 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #D5529E

Tints of Mulberry #D5529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 47.02%
G = 18.1%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5529E (or 0xD5529E) is known color: Mulberry. HEX triplet: D5, 52 and 9E. RGB value is (213,82,158). Sum of RGB (Red+Green+Blue) = 213+82+158=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5529E is #2AAD61. Grayscale: #818181. Windows color (decimal): -2796898 or 10375893. OLE color: 10375893.

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

Color convert

RGB 213 82 158 -
CMYK 0 0.62 0.26 0.16
HSL 325.19º 0.61% 0.58% -
HSV(B) 325.19º 0.62% 0.84% -
XYZ 36.63 22.65 34.79 -
YUV 129.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 213 82 158 0 0.62 0.26 0.16 325.19 0.61 0.58
Hex D5 52 9E 0 3E 1A 10 145 3D 3A
Octal 325 122 236 0 76 32 20 505 75 72
Binary 11010101 1010010 10011110 0 111110 11010 10000 101000101 111101 111010

Color Harmonies of #D5529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5529E

Black with #D5529E

Text Example


Text Example

White with #D5529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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