Html Css Color HEX #D5549F Mulberry

📋 copy color: '#D5549F'

red 213 ◦ green 84 ◦ blue 159

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

Shades of Mulberry #D5549F

Tints of Mulberry #D5549F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 46.71%
G = 18.42%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5549F (or 0xD5549F) is known color: Mulberry. HEX triplet: D5, 54 and 9F. RGB value is (213,84,159). Sum of RGB (Red+Green+Blue) = 213+84+159=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5549F is #2AAB60. Grayscale: #828282. Windows color (decimal): -2796385 or 10441941. OLE color: 10441941.

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

Color convert

RGB 213 84 159 -
CMYK 0 0.61 0.25 0.16
HSL 325.12º 0.61% 0.58% -
HSV(B) 325.12º 0.61% 0.84% -
XYZ 36.87 22.99 35.3 -
YUV 131.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 213 84 159 0 0.61 0.25 0.16 325.12 0.61 0.58
Hex D5 54 9F 0 3D 19 10 145 3D 3A
Octal 325 124 237 0 75 31 20 505 75 72
Binary 11010101 1010100 10011111 0 111101 11001 10000 101000101 111101 111010

Color Harmonies of #D5549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5549F

Black with #D5549F

Text Example


Text Example

White with #D5549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5549F; }

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

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

background-color css

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

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

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

border-color css

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

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

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