Html Css Color HEX #D6548D Mulberry

📋 copy color: '#D6548D'

red 214 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #D6548D

Tints of Mulberry #D6548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.12%

R = 48.75%
G = 19.13%
B = 32.12%

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

#D6548D (or 0xD6548D) is known color: Mulberry. HEX triplet: D6, 54 and 8D. RGB value is (214,84,141). Sum of RGB (Red+Green+Blue) = 214+84+141=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6548D is #29AB72. Grayscale: #818181. Windows color (decimal): -2730867 or 9262294. OLE color: 9262294.

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

Color convert

RGB 214 84 141 -
CMYK 0 0.61 0.34 0.16
HSL 333.69º 0.61% 0.58% -
HSV(B) 333.69º 0.61% 0.84% -
XYZ 35.71 22.56 27.67 -
YUV 129.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 214 84 141 0 0.61 0.34 0.16 333.69 0.61 0.58
Hex D6 54 8D 0 3D 22 10 14E 3D 3A
Octal 326 124 215 0 75 42 20 516 75 72
Binary 11010110 1010100 10001101 0 111101 100010 10000 101001110 111101 111010

Color Harmonies of #D6548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6548D

Black with #D6548D

Text Example


Text Example

White with #D6548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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