Html Css Color HEX #D5549D Mulberry

📋 copy color: '#D5549D'

red 213 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #D5549D

Tints of Mulberry #D5549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 46.92%
G = 18.5%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5549D (or 0xD5549D) is known color: Mulberry. HEX triplet: D5, 54 and 9D. RGB value is (213,84,157). Sum of RGB (Red+Green+Blue) = 213+84+157=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5549D is #2AAB62. Grayscale: #828282. Windows color (decimal): -2796387 or 10310869. OLE color: 10310869.

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

Color convert

RGB 213 84 157 -
CMYK 0 0.61 0.26 0.16
HSL 326.05º 0.61% 0.58% -
HSV(B) 326.05º 0.61% 0.84% -
XYZ 36.7 22.92 34.39 -
YUV 130.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 213 84 157 0 0.61 0.26 0.16 326.05 0.61 0.58
Hex D5 54 9D 0 3D 1A 10 146 3D 3A
Octal 325 124 235 0 75 32 20 506 75 72
Binary 11010101 1010100 10011101 0 111101 11010 10000 101000110 111101 111010

Color Harmonies of #D5549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5549D

Black with #D5549D

Text Example


Text Example

White with #D5549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5549D; }

 p { color: rgb(213,84,157); }

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

background-color css

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

 a { background-color: rgb(213,84,157); }

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

border-color css

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

 span { border-color: rgb(213,84,157); }

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