Html Css Color HEX #D6548C Mulberry

📋 copy color: '#D6548C'

red 214 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #D6548C

Tints of Mulberry #D6548C

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

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

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

R = 48.86%
G = 19.18%
B = 31.96%

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

#D6548C (or 0xD6548C) is known color: Mulberry. HEX triplet: D6, 54 and 8C. RGB value is (214,84,140). Sum of RGB (Red+Green+Blue) = 214+84+140=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6548C is #29AB73. Grayscale: #818181. Windows color (decimal): -2730868 or 9196758. OLE color: 9196758.

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

Color convert

RGB 214 84 140 -
CMYK 0 0.61 0.35 0.16
HSL 334.15º 0.61% 0.58% -
HSV(B) 334.15º 0.61% 0.84% -
XYZ 35.64 22.53 27.28 -
YUV 129.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 214 84 140 0 0.61 0.35 0.16 334.15 0.61 0.58
Hex D6 54 8C 0 3D 23 10 14E 3D 3A
Octal 326 124 214 0 75 43 20 516 75 72
Binary 11010110 1010100 10001100 0 111101 100011 10000 101001110 111101 111010

Color Harmonies of #D6548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6548C

Black with #D6548C

Text Example


Text Example

White with #D6548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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