Html Css Color HEX #D5548C Mulberry

📋 copy color: '#D5548C'

red 213 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #D5548C

Tints of Mulberry #D5548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.04%

R = 48.74%
G = 19.22%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5548C (or 0xD5548C) is known color: Mulberry. HEX triplet: D5, 54 and 8C. RGB value is (213,84,140). Sum of RGB (Red+Green+Blue) = 213+84+140=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5548C is #2AAB73. Grayscale: #808080. Windows color (decimal): -2796404 or 9196757. OLE color: 9196757.

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

Color convert

RGB 213 84 140 -
CMYK 0 0.61 0.34 0.16
HSL 333.95º 0.61% 0.58% -
HSV(B) 333.95º 0.61% 0.84% -
XYZ 35.34 22.38 27.27 -
YUV 128.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 213 84 140 0 0.61 0.34 0.16 333.95 0.61 0.58
Hex D5 54 8C 0 3D 22 10 14E 3D 3A
Octal 325 124 214 0 75 42 20 516 75 72
Binary 11010101 1010100 10001100 0 111101 100010 10000 101001110 111101 111010

Color Harmonies of #D5548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5548C

Black with #D5548C

Text Example


Text Example

White with #D5548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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