Html Css Color HEX #D5548B Mulberry

📋 copy color: '#D5548B'

red 213 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #D5548B

Tints of Mulberry #D5548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 48.85%
G = 19.27%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5548B (or 0xD5548B) is known color: Mulberry. HEX triplet: D5, 54 and 8B. RGB value is (213,84,139). Sum of RGB (Red+Green+Blue) = 213+84+139=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5548B is #2AAB74. Grayscale: #808080. Windows color (decimal): -2796405 or 9131221. OLE color: 9131221.

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

Color convert

RGB 213 84 139 -
CMYK 0 0.61 0.35 0.16
HSL 334.42º 0.61% 0.58% -
HSV(B) 334.42º 0.61% 0.84% -
XYZ 35.27 22.35 26.88 -
YUV 128.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 213 84 139 0 0.61 0.35 0.16 334.42 0.61 0.58
Hex D5 54 8B 0 3D 23 10 14E 3D 3A
Octal 325 124 213 0 75 43 20 516 75 72
Binary 11010101 1010100 10001011 0 111101 100011 10000 101001110 111101 111010

Color Harmonies of #D5548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5548B

Black with #D5548B

Text Example


Text Example

White with #D5548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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