Html Css Color HEX #D6548B Mulberry

📋 copy color: '#D6548B'

red 214 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #D6548B

Tints of Mulberry #D6548B

RGB

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

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

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

R = 48.97%
G = 19.22%
B = 31.81%

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

#D6548B (or 0xD6548B) is known color: Mulberry. HEX triplet: D6, 54 and 8B. RGB value is (214,84,139). Sum of RGB (Red+Green+Blue) = 214+84+139=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6548B is #29AB74. Grayscale: #818181. Windows color (decimal): -2730869 or 9131222. OLE color: 9131222.

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

Color convert

RGB 214 84 139 -
CMYK 0 0.61 0.35 0.16
HSL 334.62º 0.61% 0.58% -
HSV(B) 334.62º 0.61% 0.84% -
XYZ 35.56 22.5 26.89 -
YUV 129.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 214 84 139 0 0.61 0.35 0.16 334.62 0.61 0.58
Hex D6 54 8B 0 3D 23 10 14F 3D 3A
Octal 326 124 213 0 75 43 20 517 75 72
Binary 11010110 1010100 10001011 0 111101 100011 10000 101001111 111101 111010

Color Harmonies of #D6548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6548B

Black with #D6548B

Text Example


Text Example

White with #D6548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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