Html Css Color HEX #D6549F Mulberry

📋 copy color: '#D6549F'

red 214 ◦ green 84 ◦ blue 159

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

Shades of Mulberry #D6549F

Tints of Mulberry #D6549F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 46.83%
G = 18.38%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6549F (or 0xD6549F) is known color: Mulberry. HEX triplet: D6, 54 and 9F. RGB value is (214,84,159). Sum of RGB (Red+Green+Blue) = 214+84+159=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6549F is #29AB60. Grayscale: #838383. Windows color (decimal): -2730849 or 10441942. OLE color: 10441942.

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

Color convert

RGB 214 84 159 -
CMYK 0 0.61 0.26 0.16
HSL 325.38º 0.61% 0.58% -
HSV(B) 325.38º 0.61% 0.84% -
XYZ 37.16 23.14 35.31 -
YUV 131.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 214 84 159 0 0.61 0.26 0.16 325.38 0.61 0.58
Hex D6 54 9F 0 3D 1A 10 145 3D 3A
Octal 326 124 237 0 75 32 20 505 75 72
Binary 11010110 1010100 10011111 0 111101 11010 10000 101000101 111101 111010

Color Harmonies of #D6549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6549F

Black with #D6549F

Text Example


Text Example

White with #D6549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6549F; }

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

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

background-color css

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

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

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

border-color css

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

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

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