Html Css Color HEX #D6548E Mulberry

📋 copy color: '#D6548E'

red 214 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #D6548E

Tints of Mulberry #D6548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 48.64%
G = 19.09%
B = 32.27%

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

#D6548E (or 0xD6548E) is known color: Mulberry. HEX triplet: D6, 54 and 8E. RGB value is (214,84,142). Sum of RGB (Red+Green+Blue) = 214+84+142=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6548E is #29AB71. Grayscale: #818181. Windows color (decimal): -2730866 or 9327830. OLE color: 9327830.

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

Color convert

RGB 214 84 142 -
CMYK 0 0.61 0.34 0.16
HSL 333.23º 0.61% 0.58% -
HSV(B) 333.23º 0.61% 0.84% -
XYZ 35.78 22.59 28.07 -
YUV 129.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 214 84 142 0 0.61 0.34 0.16 333.23 0.61 0.58
Hex D6 54 8E 0 3D 22 10 14D 3D 3A
Octal 326 124 216 0 75 42 20 515 75 72
Binary 11010110 1010100 10001110 0 111101 100010 10000 101001101 111101 111010

Color Harmonies of #D6548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6548E

Black with #D6548E

Text Example


Text Example

White with #D6548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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